mirror of
https://github.com/jupyterhub/jupyterhub.git
synced 2025-10-08 18:44:10 +00:00
disable npm progress when installing
apparently faster, but should also fix unicode errors
This commit is contained in:
2
setup.py
2
setup.py
@@ -166,7 +166,7 @@ class Bower(BaseCommand):
|
|||||||
|
|
||||||
if self.should_run_npm():
|
if self.should_run_npm():
|
||||||
print("installing build dependencies with npm")
|
print("installing build dependencies with npm")
|
||||||
check_call(['npm', 'install'], cwd=here)
|
check_call(['npm', 'install', '--progress=false'], cwd=here)
|
||||||
os.utime(self.node_modules)
|
os.utime(self.node_modules)
|
||||||
|
|
||||||
env = os.environ.copy()
|
env = os.environ.copy()
|
||||||
|
Reference in New Issue
Block a user