Linux SRV-16 6.18.44-paas #1 SMP PREEMPT_DYNAMIC Thu Aug 13 10:08:12 UTC 2026 x86_64
/
opt
/
nodejs-10
/
usr
/
lib
/
node_modules
/
npm
/
doc
/
cli
/
//opt/nodejs-10/usr/lib/node_modules/npm/doc/cli/npm-build.md
npm-build(1) -- Build a package =============================== ## SYNOPSIS npm build [<package-folder>] * `<package-folder>`: A folder containing a `package.json` file in its root. ## DESCRIPTION This is the plumbing command called by `npm link` and `npm install`. It should generally be called during installation, but if you need to run it directly, run: npm run-script build ## SEE ALSO * npm-install(1) * npm-link(1) * npm-scripts(7) * package.json(5)