Raise the error if dedupe fails

Steven Silvester 10 years ago
parent b30e35a8a1
commit a8928d8303

@ -349,6 +349,7 @@ def npm_install(cwd):
except Exception as e:
print("Failed to run `npm dedupe`: %s" % e, file=sys.stderr)
print("Please install npm v3+ to build a development version of the notebook.")
raise
class JavascriptDependencies(Command):

Loading…
Cancel
Save