Man page - pkgjs-install(1)
Packages contains this manual
Manual
PKGJS-INSTALL
NAMEDESCRIPTION
OPTIONS
NAME
pkgjs-install - pkgjs-install
DESCRIPTION
Install all dependencies of a JS project using Debian dependencies when available.
OPTIONS
|
-h , --help : print this |
||
|
--install : launch install-command if some Debian packages are missing |
||
|
--ignore : ignore missing Debian packages |
--install-command : command to install mising packages. Default:
"--install-command āsudo apt installā"
|
--no-link : donāt link JS modules from Debian directories |
|
|
--copy : copy modules instead of link them |
|
|
--regenerate : force package-lock.json regeneration |
|
|
--prod : donāt install dev dependencies |
|
|
--all : donāt remove sub-dependencies of Debian packages (link them and install wanted dependencies) |
|
|
--strict : download JS module if Debian version mismatch (using semver) |
|
|
--no-package-lock : calculate dependencies without npm, implies --no-download . This permits one to use pkgjs-install without network connection |
|
|
--audit : donāt install or download anything, just print result |
|
|
--no-download : only links available JS modules, donāt download anything |