最近用Mac搭坏境遇到的一些问题总结在这里!
1、Mac vue项目搭建command failed: yarn报错
究其本质是yarn的问题,必须切换到国内来
(1)第一步:
yarn config set registry https://registry.npm.taobao.org -g
(2)重新搭建项目就可以啦!
vue create demo
2、新Mac前端开发需要安装哪些?
node -v
npm -v
vue -V
git version
2023-11-21 18:17:46
最近用Mac搭坏境遇到的一些问题总结在这里!
究其本质是yarn的问题,必须切换到国内来
(1)第一步:
yarn config set registry https://registry.npm.taobao.org -g
(2)重新搭建项目就可以啦!
vue create demo
node -v
npm -v
vue -V
git version