mirror of
https://github.com/jupyterhub/the-littlest-jupyterhub.git
synced 2025-12-18 21:54:05 +08:00
Use node 8, not 10
JupyterLab currently doesn't let you install extensions with node 10, so move back to 8
This commit is contained in:
@@ -92,7 +92,7 @@ sckuXINIU3DFWzZGr0QrqkuE/jyr7FXeUJj9B7cLo+s/TXo+RaVfi3kOc9BoxIvy
|
||||
-----END PGP PUBLIC KEY BLOCK-----
|
||||
""".strip()
|
||||
apt.trust_gpg_key(key)
|
||||
apt.add_source('nodesource', f'https://deb.nodesource.com/node_10.x', 'main')
|
||||
apt.add_source('nodesource', f'https://deb.nodesource.com/node_8.x', 'main')
|
||||
apt.install_packages(['nodejs'])
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user