NPM FAQ
环境变量
npm_config_*
- https://docs.npmjs.com/cli/v9/using-npm/config#environment-variables
- NPM_CONFIG_REGISTRY
lockfileVersion: 2 install script
没有 hasInstallScript,导致没有调用安装脚本。
npx fix-has-install-script
ESBuild
# 在不修改 packages-lock.json 的情况下手动安装是最简单的
node ./node_modules/esbuild/install.js