windows - how to install bower globally? -
tried install bower in directory wont let me. followed guideline: bower command not found windows.
so in command line did:
npm config prefix
then did in directory: npm install bower.
any ideas how bower working globally?
to install bower globally run: npm install bower -g
. might need run in administrator mode install globally
Comments
Post a Comment