I am running this command on windows cmd:
>npm install -g bower
But it hangs on the rotating slash and it rotates to infinite without any result. The proxy is configured correctly and I can install other npm modules with no problem. I tried all online suggestion but with no success.
No errors are displayed on console, is there any method to run nmp install in debug mode? Any idea?
EDIT:
Thanks to @Davin Tryon it is hanging on this:
npm verb addTmpTarball already have metadata; skipping unpack for handlebars@1.3.0
npm verb afterAdd C:\Users\user\AppData\Roaming\npm-cache\handlebars\1.3.0\package\package.json not in flight; writing
npm verb afterAdd C:\Users\user\AppData\Roaming\npm-cache\handlebars\1.3.0\package\package.json written
-