Answer the question
In order to leave comments, you need to log in
Who can help with Bower?
Help out guys!! I got tired of climbing on the Internet and I can’t find the right solution in any way. My problem is that bower is installed. It is also registered in the pacage.json manifest, but on the bower: not found commands
I suspect that the path is apparently not correct or something like that, but where then should this path lead in order for the bower to work?
$ npm -v
5.5.1
[email protected]▒▒▒▒▒▒▒▒▒-▒▒ MINGW64 /d/node
$ npm install -g bower
npm WARN deprecated [email protected]: ...psst! Your project can stop working at any moment because its dependencies can change. Prevent this by migrating to Yarn: https://bower.io/blog/2017/how-to-migrate-away-fro...
C:\Program\bower -> C:\Program\node_modules\bower\bin\ bower
+ [email protected]
added 1 package in 16.911s
[email protected]▒▒▒▒▒▒▒▒▒-▒▒ MINGW64 /d/node
$ bower -v
bash: bower: command not found
Answer the question
In order to leave comments, you need to log in
It helped me to write the paths in the PATH variable "C:\Users\\AppData\Roaming\npm" before
"C:\Program Files (x86)\nodejs", i.e. "...;C:\Users\\AppData\Roaming \npm;C:\Program Files (x86)\nodejs;...."
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question