Skip to main content

Development Tools & IDE

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