Commit Graph

23 Commits (30d6713bf08807e298a9e14b621dab5745a15e66)

Author SHA1 Message Date
Christophe Biocca 4f43607c9b Ensure named packages not in top level are marked as missing. 10 years ago
Koen Punt ec9e6e1cd6 Allow executable to contain spaces
NVM has a special script which loads the correct node version before executing a command.
The syntax for this is `/usr/local/nvm/nvm-exec ...`, so `nvm-exec npm list --json` for example.
But previously when specifying `executable='/usr/local/nvm/nvm-exec nvm'` this would not work because the string was treated as one executable.
10 years ago
willthames 0b87bbe839 Allow npm to install to a directory that doesn't yet exist
If path is specified but does not exist, create it.
Fail if path is specified but is not a directory
11 years ago
Michael DeHaan 265aed79ab Update version_added 11 years ago
Drew Stokes 34e63357ef add registry option to npm module 11 years ago
Michael DeHaan 5886cf6a1a Merge pull request #6355 from hkariti/npm_install_invalid
Add a package to missing list if npm list reported it as invalid
11 years ago
Michael DeHaan bc9c40135a Merge pull request #5909 from joeybaker/patch-1
NPM install latest made more effecient
11 years ago
James Tanner fc33860e5d Force command action to not be executed by the shell unless specifically enabled 11 years ago
Hagai f109dc5014 Add a package to missing list if npm list reported it as invalid 11 years ago
Michael DeHaan 922c51176c Make the npm production parameter in the docs list the choices. 11 years ago
Joey Baker c230d0b85e indent err 11 years ago
Joey Baker 603b051f71 outdated needed to see set `changed` 11 years ago
Joey Baker 2768655119 NPM install latest made more effecient
`npm install` is smart enough to only update updated modules. Checking for `outdated` and running `update` repeats the same process 2x.
11 years ago
inetfuture(Aaron Wang) a3eb6fb532 Fix npm documentation typo. 11 years ago
James Tanner 4f9aadcc07 Addresses #5023 Fix import comments 11 years ago
James Tanner 38edad70ac Fixes #5023 Convert all modules to use new snippet import pattern 11 years ago
Joe Maller d53d2c3074 update list_outdated module split to both old and new module delimiter. 11 years ago
Michael DeHaan 2ad98dec1c Merge pull request #3199 from chrishoffman/doc_error
Fixing documentation error
11 years ago
Jan-Piet Mens 3404a0fc16 DOCS: standardize on EXAMPLES (a.k.a. Docs-JumboPatch JetLag Edition)
Migrated all examples: in DOCUMENTATION=''' string to standalone EXAMPLES=''' string
  Added deprecation warning to moduledev.rst and remove deprecated example from it
  Fixed up a few typos and uppercased some acronyms.
  add consistency to how EXAMPLES are formatted
11 years ago
Chris Hoffman 1e80df4e9b Removing all the default: null from the documentation 11 years ago
Chris Hoffman b437ac7dda Fixing documentation error 11 years ago
Stoned Elipot 8a0fc56323 Fix typo in npm module documentation preventing it to be processed by ansible-doc 11 years ago
Michael DeHaan cd97a4cb14 Allow modules to be categorized, and also sort them when generating the documentation. 12 years ago