I have installed bower with npm and added the npm location to my path. But when I try to execute a bower command, I still get a bower is not recognized error message. I have no idea how to troubleshoot this.
Asked
Active
Viewed 283 times
1 Answers
0
So even though npm was in the PATH variable, it wasn't being seen. If I used the full path to bower, it worked. So I took npm out of the path and added it back in and now it works.

pthalacker
- 2,056
- 3
- 20
- 37