-
Notifications
You must be signed in to change notification settings - Fork 6.9k
bower is not found when doing bower update but it did install the packages in the npm install step #383
Comments
Got the same problem a few minutes ago... |
In order to avoid poluting your global packages or suffer from version-mismatch issues, Instead, If you want to manually run Closing, since everything works as intended. |
I just realized we suggest running |
Previously, is was suggested to run `bower update`, which would only work if `bower` was globally installed. Since a global `bower` installation should not be a prerequisit for the seed project, it is now possible to update bower dependencies via the new `update-deps` npm script. Fixes angular#383
Previously, is was suggested to run `bower update`, which would only work if `bower` was globally installed. Since a global `bower` installation should not be a prerequisite for the seed project, it is now possible to update bower dependencies via the new `update-deps` npm script. Fixes angular#383
Am I supposed to add it to the path myself or should it just work? If the former, the guide should probably mention this.
I'm on Windows 10 using node v7.0.0 and running the commands in it's Node.js command prompt.
I have tried running bower update in the same Node.js command prompt as npm install and a new one opened after that step.
Am I doing/expecting something silly, is something broken, or does the guide need updating?
The text was updated successfully, but these errors were encountered: