1

Tried to install bower in a directory but wont let me. Followed this guideline: bower command not found windows.

So in the command line I did:

npm config get prefix

Then I did in that directory: npm install bower.

Any ideas how to get bower working globally?

Community
  • 1
  • 1
Leeuwtje
  • 2,161
  • 5
  • 21
  • 28

1 Answers1

0

To install bower globally you run: npm install bower -g. You might need to run in administrator mode to install globally