08 2017 档案

摘要:从github 将项目 clone到本地后,运行gulp 启动项目时,出现这个问题的原因是: 1.clone 项目连同 nodemodules目录也一起下载到本地。 解决方式: 1.从本地删除nodeModule文件夹 2.在项目目录下 运行 npm cache clean npm install 阅读全文
posted @ 2017-08-26 13:16 Mrdo 阅读(1080) 评论(0) 推荐(0)
摘要:这个问题是这样,需要在已有github账号的A机器上,再创建一个github账号,新账号创建完毕,将代码通过机器A push上之后,再另一台机器B,clone 这个项目时报出了如下错误: Permission denied (publickey).fatal: Could not read from 阅读全文
posted @ 2017-08-26 12:50 Mrdo 阅读(543) 评论(0) 推荐(0)
摘要:Assuming that you are using nvm and multiple versions of node installed, here is the solution: The problem is, you have multiple versions of node inst 阅读全文
posted @ 2017-08-03 22:59 Mrdo 阅读(297) 评论(0) 推荐(0)
摘要:更新 node.js 版本到 v6.11.1. https://github.com/facebook/react-native/issues/15040 阅读全文
posted @ 2017-08-03 21:57 Mrdo 阅读(995) 评论(0) 推荐(0)