React Native 新创建的项目react-native run-android报错Error: EPERM: operation not permitted

新创建的项目,运行react-native run-android 弹出的Server报错(也就是单独运行react-native start报错)

Error: EPERM: operation not permitted, chmod '/Users/singcloud/Desktop/ReactNative/pc/node_modules/@react-native-community/cli/build/commands/server/external/xsel'


报错截图


解决方法:

在项目目录下,运行(XX是你电脑的账户名)

sudo chown -R XX ./



参考:https://juejin.im/post/5b4d47e96fb9a04f844abde0

你可能感兴趣的:(React Native 新创建的项目react-native run-android报错Error: EPERM: operation not permitted)