通过软链接共享node_modules

简介: 通过软链接共享node_modules

当两个以上项目的依赖需要用同一套node_modules,

安装node_modules就很烦,需要很长的时间等待,node包小还好,若是很大呢?


总不能一个个的去npm install吧!


下面就是解决办法


首先打开cmd以管理员身份运行创建一个软链接


【注意】第一个地址文件夹下不要有node_modules,否则会提示已经有了文件,无法创建


mklink /d E:\(克隆到哪里的地址)\node_modules E:\(要克隆的地址)\node_modules


克隆完成的样式


bb440f994ec6490dad721b5756c559a8.jpg


然后启动项目就可以了

相关文章
|
Windows
Windows系统下快速删除node_modules
Windows系统下快速删除node_modules
471 0
|
7月前
|
存储 缓存 资源调度
深入浅出Node.js中的node_modules(二)
深入浅出Node.js中的node_modules
|
7月前
|
应用服务中间件 nginx
项目node_modules开发环境变大问题处理
项目node_modules开发环境变大问题处理
159 0
|
Web App开发 机器学习/深度学习 JavaScript
node、es6
node、es6
|
JavaScript
node的fs模块
node的fs模块
58 0
|
7月前
|
资源调度 JavaScript API
深入浅出Node.js中的node_modules(一)
深入浅出Node.js中的node_modules
|
7月前
|
存储 资源调度 JavaScript
深入浅出Node.js中的node_modules(三)
深入浅出Node.js中的node_modules
修改了node_modules的文件打包后不生效
修改了node_modules的文件打包后不生效
1372 1
|
资源调度 JavaScript Linux
Cannot find module ‘xxx\node_modules\yorkie\bin\install.js‘
Cannot find module ‘xxx\node_modules\yorkie\bin\install.js‘
119 0
|
存储 前端开发 JavaScript
【Node 基础】fs 模块
【Node 基础】fs 模块
【Node 基础】fs 模块