赞
踩
这是一个nuxt、vue2的项目
项目从github拉下来,npm install后,遇到的问题有
尝试了
- npm config set fetch-retry-mintimeout 20000
- npm config set fetch-retry-maxtimeout 120000
3. 清除缓存再install
- npm cache clear --force
- npm install
4.使用yarn 成功!!
yarn install
//运行的时候也是
yarn run dev
//就能看到项目的网页链接了
nuxt的项目不要用 一开始 不用npm可能比较好 还有一种用yarn的情况看这个链接 中间作者遇到一个问题 改用yarn就好了
https://blog.csdn.net/qiyijay/article/details/110007911?spm=1001.2014.3001.5506
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。