How to install Node.js on Chrome Os.
- Chrome Os running in Developer Mode.
- crouton (Chromium OS Universal Chroot Environment).
When not in Developer Mode check the official chromium poking-around-your-chrome-os-device page.
crosh: Press [ Ctrl ] [ Alt ] [ T ] and type:
shell
or VT-2: [ Ctrl ] [ Alt ] [ => ]
chronos
Install crouton.
sudo sh ~/Downloads/crouton -r trusty -t cli-extra
sudo enter chroot
Install Node.js
curl -sL https://deb.nodesource.com/setup_4.x | sudo -E bash -
sudo apt-get install -y nodejs
sudo apt-get install -y build-essential git
sudo npm install -g gulp bower