Skip to main content

Configure Local Frontend Development Environment

Environment Requirements

  • Node.js version 20.18.1 or higher (You can check the version by running node -v).
    • If you have other projects that require an older version of Node.js, you can use nvm to manage multiple Node versions.
  • Yarn version 1.22.22 or higher (You can check the version by running yarn -v).
    • Yarn is recommended, but using npm is also fine 🧐.

Obtain Project Installation Permissions

When you first install and use one of the company's product projects, you need to log in to your nexus account beforehand to gain download permission for the product installation packages.

Open your terminal anywhere and run the following command:

npm login -registry=https://nexus.dev.bizops.com.cn/repository/npm-group/

You will then be prompted to enter your Username and Password.

Please contact the administrator to get the nexus download account Username and Password.

tip

The login operation only needs to be done once. You will not need to log in again for initialization or installation of any future projects.