-->

Bower is not recognized as internal or external co

2020-07-30 03:51发布

问题:

I know the question has been asked many times but really none of them helped me. I'm on windows 10 and have successfully installed bower via npm using the following code

npm install -g bower

I've added the path to system environment variable but still getting the same error bower is not recognized as internal or external command.

I've added the following path into my system environment variable

C:\Users\habib\AppData\Romaing\npm

While when I try

  npm config get prefix
 C:\Users\habib\AppData\Romaing\npm

When I try

npm bower -v

I get the bower version

Tried this as well This

Neither of them worked for me.

Why is that so?

回答1:

I've edited the path variable in the environment variables and set it up to the following path and it has worked for me.

C:\Users\<username>\AppData\Roaming\npm\node_modules\bower


回答2:

I've tried set the Path variable value in Users Environment variable to the same as for System Environment variable and it worked...

C:\Users\<username>\AppData\Roaming\npm


回答3:

For windows users -> If even after adding the path to the environment variables , it doesnt work , try using bower through a git bash shell instead of the windows command prompt. . Mine worked that way.



回答4:

Set user variable path - C:\Program Files\Nodejs and set system variable path - C:\Users\pk-03\AppData\Roaming\npm