Simply had to go to my base project directory and run
chmod -R 777 node_modules
https://stackoverflow.com/questions/41345894/react-native-start-eaccess-error-for-setup-env-sh
解决React Native EACCES错误
本文介绍了解决React Native项目中遇到的EACCES权限错误的方法。通过更改项目目录下node_modules文件夹的权限设置,使用chmod命令,可以有效解决此问题。
Simply had to go to my base project directory and run
chmod -R 777 node_modules
https://stackoverflow.com/questions/41345894/react-native-start-eaccess-error-for-setup-env-sh

被折叠的 条评论
为什么被折叠?