Skip to main content

Module install

Module install 

Source

Structs§

InstallOptions

Functions§

install_lockfile_only
Only update lockfile (no node_modules). Uses native resolver and lockfile writer.
install_package
Install packages. Uses parallel validation, cache (content-addressable), native registry with backend fallback.
resolve_install_from_package_json
Install dependencies from package.json (and optional package-lock.json or bun.lock). Returns list of specs to install. If strict_lockfile is true, requires lockfile to exist and all deps to be in lockfile.