修改 npm node_modules 位置
修改 npm install 时的 node_modules 位置
npm config set prefix "D:\npm"
修改 npm cache 的位置
查看 npm cache 位置
npm config get cache
修改
npm config set cache "D:\npm\cache"
修改 npm install 时的 node_modules 位置
npm config set prefix "D:\npm"
查看 npm cache 位置
npm config get cache
修改
npm config set cache "D:\npm\cache"