npm config set prefix D:\nodejs\node_global
npm config set cache D:\nodejs\node_cache
path 中增加环境变量:
D:\nodejs
D:\nodejs\node_cache
D:\nodejs\node_global
npm run serve 或者
npm run build 或者
npm run dev
npm config set prefix D:\nodejs\node_global
npm config set cache D:\nodejs\node_cache
path 中增加环境变量:
D:\nodejs
D:\nodejs\node_cache
D:\nodejs\node_global
npm run serve 或者
npm run build 或者
npm run dev