17186bbde0
* #49664 Added npm ci command * Update lib/ansible/modules/packaging/language/npm.py Sure Co-Authored-By: Bramzor <bramverdonck@telenet.be> * Moved ci_install so it would work for specific packages Would this work? * Reverted last commit npm ci will remove node_modules so cannot be used it to install a specific module. * Update lib/ansible/modules/packaging/language/npm.py Co-Authored-By: Bramzor <bramverdonck@telenet.be> * Update lib/ansible/modules/packaging/language/npm.py Co-Authored-By: Bramzor <bramverdonck@telenet.be> * Update lib/ansible/modules/packaging/language/npm.py Co-Authored-By: Bramzor <bramverdonck@telenet.be>
3 lines
135 B
YAML
3 lines
135 B
YAML
---
|
|
minor_changes:
|
|
- "npm ci feature added which allows to install a project with a clean slate: https://docs.npmjs.com/cli/ci.html"
|