DonJayamanne / typescript-notebook

Run JavaScript and TypeScript in node.js within VS Code notebooks with excellent support for debugging, tensorflowjs visulizations, plotly, danfojs, etc
https://marketplace.visualstudio.com/items?itemName=donjayamanne.typescript-notebook
MIT License
902 stars 39 forks source link

nvm support #76

Open BLamy opened 1 year ago

BLamy commented 1 year ago

It would be nice if in addtion to using utilities like git and npm it would be nice to install and set the nvm version

alexamy commented 1 year ago

My temporary and dangerous solution is to create symlink:

sudo ln -s /home/alex/.nvm/versions/node/v16.17.1/bin/node /usr/bin/node