Skip to main content

NPM

NPM

The Node package manager for Node.js.

Configuration

Example

{
"NPM": {
"options": {
"legacyPeerDeps": false
}
}
}

Options

legacyPeerDeps

BOOLEAN Default

If true, the "--legacy-peer-deps" flag is passed to NPM to ignore conflicts in peer dependencies which are reported since NPM 7. This allows to analyze NPM 6 projects with peer dependency conflicts. For more information see the documentation and the NPM Blog.