当我在React Native项目上使用npm install时,或者当我使用expo init初始化AwsomeProject创建时,节点模块并不会全部运行。
我已经使用过npm cache clean --f,但是错误是相同的
npm ERR!
npm ERR! The operation was rejected by your operating system.
npm ERR! It's possible that the file was already in use (by a text editor or antivirus),
npm ERR! or that you lack permissions to access it.
npm ERR!
npm ERR! If you believe this might be a permissions issue, please double-check the
npm ERR!
permissions of the file and its containing directories, or try running
npm ERR! the command again as root/Administrator (though this is not recommended).
npm ERR! A complete log of this run can be found in:
npm ERR! C:\Users\Desarrollo\AppData\Roaming\npm-cache\_logs\2019-09-23T14_23_30_281Z-debug.log
npm exited with non-zero code: 4294963248
Set EXPO_DEBUG=true in your env to view the stack trace.