1)nodejs技巧:nodejs配置,吧目录加到环境变量Path里去。
C:\Users\1\AppData\Roaming\npm

2)安装

npm install --registry=https://registry.npm.taobao.org
npm config set registry https://registry.npm.taobao.org
npm config get registry

npm config set cache "D:\Program Files\node_cache"
npm config set prefix "D:\Program Files\node_global"

npm i -g typescripte @vue/cli nodemon ts-node

标签: none

添加新评论