This is an archived course — no longer updated. Instead, we’re building a community that helps Sage, Infor, and NetSuite users move to iDempiere open source ERP — do more, move faster, at 1/10th the cost. Read the full story →

React, nvm, npm, node

The purpose of this page is to help you get up and running with the node development and deployment environment.

nvm (node version manager)

curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.40.0/install.sh | bash

node/npm

Install latest node ("node" is an alias for latest):

nvm install node

View list of versions (if you need a different version than latest):

nvm ls-remote

Existing repo

cd into the existing repo and execute:

npm install
npm start