mirror of
https://github.com/jupyterhub/jupyterhub.git
synced 2025-10-14 13:33:00 +00:00
allow bower to be run as root
because javascript is awesome!
This commit is contained in:
2
setup.py
2
setup.py
@@ -116,7 +116,7 @@ class Bower(Command):
|
|||||||
pass
|
pass
|
||||||
|
|
||||||
def run(self):
|
def run(self):
|
||||||
check_call(['bower', 'install'])
|
check_call(['bower', 'install', '--allow-root'])
|
||||||
self.distribution.data_files = get_data_files()
|
self.distribution.data_files = get_data_files()
|
||||||
|
|
||||||
def get_outputs(self):
|
def get_outputs(self):
|
||||||
|
Reference in New Issue
Block a user