美文网首页
react-native 常用命令

react-native 常用命令

作者: 哎乌勒 | 来源:发表于2018-12-13 17:06 被阅读0次

1.全局下安装某个版本的npm


图片.png

2.全局下安装最新版的npm

npm install npm@latest -g.

3.webstorm中切换git分支

git checkout 切换名字

4.报错-4048

npm cache clean --force

5.清除下缓存

react-native start --reset-cache

相关文章

网友评论

      本文标题:react-native 常用命令

      本文链接:https://www.haomeiwen.com/subject/qzybhqtx.html