Spinning cursor on command line while trying to install npm
After entering the command, the sudo npm install -g bower
terminal moves to the next line and displays a spinning backslash character inside the cursor. From this point on, he never progresses. Any ideas as to what I can do? This works in Crouton on Chromebooks, but I don't think this is a problem as I have installed other components using npm in the past.
+3
source to share
3 answers
I got a similar problem and installing
npm config set spin=false
solved the problem
found suggested solution here: https://github.com/npm/npm/issues/5340
+1
source to share