- Install nvm
- Install node:
nvm install node
This also installs npm git clone
this repo andcd
into it.- Install packages with
npm i
ornpm install
- Run your .js (module type js) or .cjs (CommonJS):
node <filepath>
nvm install node
This also installs npmgit clone
this repo and cd
into it.npm i
or npm install
node <filepath>