.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.48.1. .TH PKGJS-INSTALL "1" "April 2023" "pkgjs-install 0.15.9" "User Commands" .SH NAME pkgjs-install \- pkgjs-install .SH DESCRIPTION Install all dependencies of a JS project using Debian dependencies when available. .SH OPTIONS .HP \fB\-h\fR, \fB\-\-help\fR: print this .HP \fB\-\-install\fR: launch install\-command if some Debian packages are missing .HP \fB\-\-ignore\fR: ignore missing Debian packages .TP \fB\-\-install\-command\fR: command to install mising packages. Default: "\-\-install\-command 'sudo apt install'" .HP \fB\-\-no\-link\fR: don't link JS modules from Debian directories .HP \fB\-\-copy\fR: copy modules instead of link them .HP \fB\-\-regenerate\fR: force package\-lock.json regeneration .HP \fB\-\-prod\fR: don't install dev dependencies .HP \fB\-\-all\fR: don't remove sub\-dependencies of Debian packages (link them and install wanted dependencies) .HP \fB\-\-strict\fR: download JS module if Debian version mismatch (using semver) .HP \fB\-\-no\-package\-lock\fR: calculate dependencies without npm, implies \fB\-\-no\-download\fR. This permits to use pkgjs\-install without network connection .HP \fB\-\-audit\fR: don't install or download anything, just print result .HP \fB\-\-no\-download\fR: only links available JS modules, don't download anything