Skip to article frontmatterSkip to article content
Site not loading correctly?

This may be due to an incorrect BASE_URL configuration. See the MyST Documentation for reference.

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.

     :::bash
     n lts
     n latest

References

https://davidwalsh.name/upgrade-nodejs

https://askubuntu.com/questions/426750/how-can-i-update-my-nodejs-to-the-latest-version

https://github.com/tj/n