npm ci
Install a project with a clean slate
Options
Name | Description |
---|---|
--audit <audit> | When "true" submit audit reports alongside the current npm command to the default registry and all registries configured for scopes |
--no-audit | Do not submit audit reports alongside the current npm command |
--ignore-scripts | If true, npm does not run scripts specified in package.json files |
--script-shell <script-shell> | The shell to use for scripts run with the npm exec, npm run and npm init <pkg> commands |