赞
踩
换了新电脑,重新安装nodejs,遇到的坑。选择最新LTS版本即可,刚开始以为是版本的问题,后面才反应过来不是版本的问题,是国内npm的一些问题,需要做的就是切换到淘宝镜像源即可。
# 设置
npm config set registry https://registry.npm.taobao.org
# 查看
npm config get registry
# 测试是否可以使用,安装vue新项目来测试
npm init vue@latest
# 设置淘宝镜像源
C:\Users\FORGET>npm config set registry https://registry.npm.taobao.org
C:\Users\FORGET>npm config get registry
https://registry.npm.taobao.org/
C:\Users\FORGET>cd Desktop
C:\Users\FORGET\Desktop>cd MyWork
C:\Users\FORGET\Desktop\MyWork>npm init vue@latest
Need to install the following packages:
create-vue@3.3.4
Ok to proceed? (y) y
Vue.js - The Progressive JavaScript Framework
√ Project name: ... YQKSH
√ Package name: ... yqksh
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。