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.
Bower is installed and in path, but not recognized
301 Views Asked by pthalacker At
1
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.