- Use
npm. If you decide to use node locally for development and testing, ensure you delete your local yarn.lock file.
- Install and use
nvm Follow instructions at Install NVM
- Create a
.nvmrc file in your root folder with the following content: 22.11.0
- If you have successfully installed
nvm, simply typing nvm use in your root folder will install node 22.11.0 and the associated npm
- At a minimum use Node v22.11.0
- You are free to use any IDE of your choice. VS Code or JetBrains Webstorm are very good IDEs.