Answer the question
In order to leave comments, you need to log in
Why doesn't NPM install globally?
Installed NodeJS. With it, npm got up, both work globally from the console.
But when trying to install modules globally
, "npm install -g bower"
Puts everything in the user's folder as it should, but the module is not globally available, what could be the problem?
Cmd from under admin
Win 8.1
Answer the question
In order to leave comments, you need to log in
I have a directory with global modules under win 7:
It needs to be added to the PATH variable.
Under win 8.1, most likely the path is the same.
I had a similar problem, it turned out that the Path variable was referring to another user's folder. I removed everything superfluous from there and reinstalled the node, during installation everything is registered there by itself.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question