我在Ubuntu 16.04上安装了反应。现在,当我尝试启动一个项目时,它将卡在NetWrok部分,如下
user-319@user-319:~/Dropbox/react-native-projects$ react-native init sadus
This will walk you through creating a new React Native project in /home/user/Dropbox/react-native-projects/sadus
Installing react-native...
Consider installing yarn to make this faster: https://yarnpkg.com
loadDep:yargs -> network / |##########---------------------------------------|
所建议的,我尝试使用sudo npm install -g yarn
安装纱线,但安装在usr/local/lib
中,因此当我运行react-native init ProjectName
时,它仍然要求我安装纱线。
所以请帮助我
apt-get Update&&适合升级 如果纱线安装擦除 重新启动
安装纱线
https://yarnpkg.com/lang/en/docs/install/#linux-tab
创建一个React本地文件夹需要一些时间