I have a trouble with npm and I haven\'t found solution in web.
Today I wanted to start my adventure with nodejs, npm, bower etc.
I use Windows 8.1.
Thetoast found solution that worked for me.
If you have the same problem check the value of your TEMP environment variable. To do so run nodejs' command window and type
echo %TEMP%
You should receive path to a single directory. If you receive multiple directory (as I did - I received C:\Users\
) it means that this might by the cause of the problem. You can fix it by typing
SET TEMP=
where
might by the first path (before semicolon, that means C:\Users\
in my case).