The npm
commandlet allows to install, configure, and launch npm. Calling devon npm «args»
is more or less the same as calling npm «args»
but with the benefit that the version of npm preferred by your project is used (and will be installed if not yet available).
The arguments (devon npm «args»
) are explained by the following table:
devon npm
Argument(s) | Meaning |
---|---|
run default build, configurable via |
|
|
setup NPM (install and verify), configurable via |
|
print the version of your current project |
|
set the version of your current project to |
|
check if you are running on a top-level project or fail if in a module or no NPM project at all |
|
Start a clean deploy release build, configurable via |
|
run NPM with the given arguments ( |