Communities for your favorite technologies. Explore all Collectives
Stack Overflow for Teams is now called Stack Internal. Bring the best of human thought and AI automation together at your work.
Bring the best of human thought and AI automation together at your work. Learn more
Find centralized, trusted content and collaborate around the technologies you use most.
Stack Internal
Knowledge at work
Bring the best of human thought and AI automation together at your work.
I am using window 7 and i can not use npm globally. My system is admin protected PC.I can not run as administrator my command prompt. I tried to set path i.e.,
set NODE_PATH %AppData%\npm\node_modules
but it did not work.please help.
Can you please try setting your PATH variable in your command prompt as given below,
PATH
set path=%PATH%;c:\Users\[YOUR_USER_ACCOUNT_DIRECTORY]\AppData\Roaming\npm;
Edit: Yes you can,
Navigate to Control Panel => User Accounts => User Accounts and do the following steps,
Hope this helps!
Add a comment
Start asking to get answers
Find the answer to your question by asking.
Explore related questions
See similar questions with these tags.