Vue-cli 3使用命令vue create project创建新项目报错:
ERROR : command failed: npm install --loglevel error
完整日志信息如下:
2736 silly saveTree `-- vuex@3.0.1
2737 warn ajv-keywords@2.1.1 requires a peer of ajv@^5.0.0 but none is installed. You must install peer dependencies yourself.
2738 verbose stack Error: EINVAL: invalid argument, read
参考解决办法
1、使用以下命令:
npm cache clean --force
【Vue-cli 3新建项目报错(ERRORcommand failed npm install – loglevel error —— 解决办法)】2、在~/.vuerc文件中将”useTaobaoRegistry”: true设置为false。
推荐阅读
- 解决React构建错误(ERROR Module build failed (from .node_modules babel-loader lib index.js))
- 诺基亚实习面试|诺基亚在校园
- Python中的First Class函数介绍和用法
- 算法设计(最长剩余时间优先(LRTF)CPU调度程序)
- 三星暑期实习研发面试经验|校园班加罗尔
- 堆(heap)数据结构的应用
- AngularJS 动画制作详细实现代码
- 线程(使用信号量的生产者消费者问题套装1)
- 什么是本地主机(localhost)()