摘要: 解决方式: 1.删除安装文件 node_modules;(最好再输入清除缓存命令npm cache --clean) 2.在需要安装 node_modules 文件的文件夹中,打开命令窗口,输入: cnpm install; 3.再输入: npm start,若没报错,则代表缺少的组件已安装成功; 阅读全文
posted @ 2017-07-24 13:13 阑珊0701 阅读(877) 评论(0) 推荐(0)
摘要: 执行git checkout -- . error: unable to write file mobile/manifest.jsonfatal: unable to write new index file 实际原因:没有足够磁盘空间写入报错,删除部分文件节省空间即可。 阅读全文
posted @ 2017-07-24 10:15 阑珊0701 阅读(3923) 评论(0) 推荐(0)