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:
yuvipanda
2018-08-13 14:17:41 -06:00
parent 39706247a9
commit 7539c5d946

View File

@@ -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'])