community.general/lib/ansible/modules/packaging/language
Bramzor 17186bbde0 Added npm ci command (#49665)
* #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>
2019-02-22 13:54:54 +00:00
..
__init__.py
bower.py Clean up module documentation (#36909) 2018-03-15 22:15:24 +01:00
bundler.py Correct documentation for deployment_mode flag (#25978) 2018-08-27 19:05:31 -05:00
composer.py composer: add new autoloader options (#40439) 2018-06-06 08:34:53 +02:00
cpanm.py Fix module issues (#52209) 2019-02-15 12:57:20 +01:00
easy_install.py Clean up module documentation (#36909) 2018-03-15 22:15:24 +01:00
gem.py Add force parameter to gem module (#51366) 2019-02-11 17:13:16 -05:00
maven_artifact.py Use common functions for handling import errors (#51851) 2019-02-07 16:51:16 -05:00
npm.py Added npm ci command (#49665) 2019-02-22 13:54:54 +00:00
pear.py pear: More info if failure occurs (#49735) 2018-12-11 09:38:06 -05:00
pip.py Convert to reduced list of known types (#50010) 2018-12-19 07:25:30 +10:00
yarn.py Convert to reduced list of known types (#50010) 2018-12-19 07:25:30 +10:00