Step 1 install Linux

In order to install nodejs on a chromebook you must have linux enabled. If you do not have linux enabled on your computer please follow the steps outlined below.

Note: You can also get to the Settings section by selecting time on the bottom right and clicking on Settings.

Once Linux has been successfully installed, the terminal should open up automatically (if not, navigate to it by searching in the app Launcher). Check for any updates by typing

sudo apt update

Update any packages that need to be upgrated by typing

sudo apt upgrade

Step 2 Install nodejs

You need to install NVM (Node Virtual Manager) before you can install nodejs. Follow the steps listed below.

Install NVM

Install nodejs