Install Nodejs and npm on ChromeBook

Đinh Thành
1 min readMay 23, 2017

--

This guide will help you installing Nodejs and npm on Chromebook natively (without crouton or dual-boot).

  1. Turn on your ChromeBook into Developer Mode if you didn’t (guide here)
  2. Install Chromebrew — a ChromeOS Package Manager (guide here)
  3. Open shell and type this command:
crew install node

That’s all. Check to see if they works:

node -v
npm -v

--

--