Install Nodejs and npm on ChromeBook
1 min readMay 23, 2017
This guide will help you installing Nodejs and npm on Chromebook natively (without crouton or dual-boot).
- Turn on your ChromeBook into Developer Mode if you didn’t (guide here)
- Install Chromebrew — a ChromeOS Package Manager (guide here)
- Open shell and type this command:
crew install node
That’s all. Check to see if they works:
node -v
npm -v