- Node.js 18/20
- npm 9/10
Use nvm
to prepare environment.
There is a .nvmrc
, so you just need to run in the root directory:
nvm install
nvm use
# Now using node v20.8.0 (npm v10.1.0)
You can setup shell integration for nvm to do this automatically when moving to directory.
Install dependencies, and start to make
npm install