react-native 常用命令

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 常用命令)