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 →

Node Primer

Installation

sudo apt update
sudo apt install git curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.1/install.sh | bash
source ~/.bashrc
nvm list-remote
nvm install v18.16.0