Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to specify node version? #70

Open
vincenzon opened this issue May 5, 2022 · 1 comment
Open

How to specify node version? #70

vincenzon opened this issue May 5, 2022 · 1 comment

Comments

@vincenzon
Copy link

I am running node 16.13:

user@406300f3eebc:~/tslab_test$ node --version
v16.13.0

But when I run tslab, it seems to be running 10.19.0:

image

Is it possible to have tslab run a later version of node?

@shri3k
Copy link

shri3k commented Dec 3, 2022

It should use whatever version you installed tslab in.
If you're using nvm, switch to your preferred version i.e. nvm use <your_preferred_version>(if the version isn't installed then you'd have to install it using nvm install <your_preferred_version> and run your notebook. Oh, and this goes w/o saying that you'd have to install tslab in that version too.
I suspect that you installed tslab in a completely different node environment than the one that is active when you launched your jupyter notebook.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants