npm update fails with npm v5 #854
Labels
status: archived
Archived and locked; will not be updated
type: bug
Something isn't working correctly
Milestone
While debugging #776, I updated to npm v5. In this version, at least on Windows, "npm update" seems to have no effect on a clean install. This causes build/all.py to fail.
"npm update" also does not update packages when required versions in package.json change.
As far as I can tell, "npm update" semantics have changed, and we should always be using "npm install".
The text was updated successfully, but these errors were encountered: