Commit af7c252b by Michael DeHaan

Merge pull request #5909 from joeybaker/patch-1

NPM install latest made more effecient
parents 138b45e3 95545ca6
......@@ -216,7 +216,6 @@ def main():
if len(missing) or len(outdated):
changed = True
npm.install()
npm.update()
else: #absent
installed, missing = npm.list()
if name in installed:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment