Ben Chuanlong Du's Blog

It is never too late to learn.

Tips on NodeJS

Things on this page are fragmentary and immature notes/thoughts of the author. Please read with your own judgement!

Install NodeJS

Install NodeJS on Ubuntu

Upgrade NodeJS

  1. It is suggested that you use n (instead of nvm) to manage different versions of NodeJS.
    n lts
    n latest
    

References

https://davidwalsh …

Tips on Deno

Things on this page are fragmentary and immature notes/thoughts of the author. Please read with your own judgement!

VS Code Plugin for Deno

Add the following into the file .vscode/settings.json under the root directory of your project.

{
"deno.enable": true,
}

References

https://mp.weixin.qq.com/s …

Install ITypescript/IJavascript for Jupyter Notebook

Things on this page are fragmentary and immature notes/thoughts of the author. Please read with your own judgement!

https://github.com/nearbydelta/itypescript

https://github.com/n-riesco/ijavascript/

wajig install nodejs npm
sudo ln -s /usr/bin/nodejs /usr/bin/node

sudo npm install -g itypescript
sudo its --hide …