mirror of
https://github.com/jupyterhub/jupyterhub.git
synced 2025-10-08 10:34:10 +00:00
note when installing with npm
This commit is contained in:
1
setup.py
1
setup.py
@@ -165,6 +165,7 @@ class Bower(BaseCommand):
|
|||||||
return
|
return
|
||||||
|
|
||||||
if self.should_run_npm():
|
if self.should_run_npm():
|
||||||
|
print("installing build dependencies with npm")
|
||||||
check_call(['npm', 'install'], cwd=here)
|
check_call(['npm', 'install'], cwd=here)
|
||||||
os.utime(self.node_modules)
|
os.utime(self.node_modules)
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user