diff --git a/setupbase.py b/setupbase.py index ac96001a1..af6fabc82 100644 --- a/setupbase.py +++ b/setupbase.py @@ -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):