Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

When the Unified Agent identifies a package.json file, it tries to determine whether it is an NPM or a yarn project based on the relevant lock file.
If yarn.lock is identified, the yarn resolution is performed. In addition, if the npm.runPreStep is set, then yarn installis executed.
If package-lock.json is identified, the NPM resolution is performed. In addition, if the npm.runPreStep is set, then npm installis executed.

Only if both lock files are found or missing, the Unified Agent will use the npm.yarnProject parameter to determine which pre-step and/or resolution to perform.

For more information, see the Unified Agent Configuration Parameters page.

NOTE: Before you begin, make sure that the relevant package managers are installed. For details, see This page is available at: https://whitesourcedocs.atlassianmend.netio/wikibundle/spacesunified_agent/WD/pages/1140852201/Getting+Started+with+the+Unified+Agent#Prerequisites.page/npm_and_yarn_integration.html