Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Info
The NPM actions in Continua are a wrapper around the NPM the npm command line. If you're having trouble using any of the NPM actions, please refer to the NPM Command Line Reference.

The NPM Install action is used to install NPM packages to the workspace. [npm install]

NPM Install

Name

A friendly name for this action (will be displayed in the actions workflow area).

...

Tick this to apply the --tag argument to multiple install definitions. If a tag with the given name exists, the tagged version is preferred over newer versions. [--tags]

Force remote fetch

Tick this to use --force argument to force Force NPM to fetch remote resources even if a local copy exists on disk. [--force]

...

Clear this to use --no-optional argument to prevent optional dependencies from being installed. [--no-optional]

Ignore ShrinkWrap file

Tick this to use the --no-shrinkwrap argument to ignore Ignore an available ShrinkWrap file and use the package.json instead. [--no-shrinkwrap]

...

If this is ticked, the command line output is written to the build log. [--silent]

Verbose logging

Tick this to get more detailed output from the NPM command line. [--verbose]

...