Requirements

Learn about the requirements for running the application.

The application is compatible with node versions ranging 16.15.0—18.12.1.

If you have installed any other node version, such as v18.12.1, choose one of these options:

  • Switch to any node versions 16.x.x–18.x.x using tools such as node-windows, nvm, n, and run the application locally.
    For Windows, use -
    Note: Use the default command prompt. GitBash and MINGW64 are not supported.
    For nvm on Mac (through homebrew), use:
    • brew install nvm
    • nvm install v18.12.1
  • Build the application with your current node version, for example, v18.12.1, and then transpile it using Babel or a similar transpiler.