在 Node.js 中,可以通过使用相对路径或者绝对路径的方式,在 node_modules
目录外本地安装节点模块。
npm install
命令后面跟上要安装的模块的相对路径。例如:npm install ../path/to/module
node_modules
目录中安装指定的节点模块。npm install
命令后面跟上要安装的模块的绝对路径。例如:npm install /absolute/path/to/module
node_modules
目录中安装指定的节点模块。这种方式的本地安装适用于以下场景:
腾讯云相关产品:腾讯云服务器(CVM)
领取专属 10元无门槛券
手把手带您无忧上云