events.js:174 throw er; //使用expo时发生未处理的“错误”事件

时间:2019-10-12 06:38:18

标签: reactjs react-native npm react-native-android expo

我已经使用android上的expo设置了我的react native项目。

“ expo start”启动后,它将首次运行该应用程序,但一段时间后,我收到此错误:

  

events.js:174         投掷者//未处理的“错误”事件         ^

     

错误:EPERM:不允许操作,lstat   'D:\ job_finder_with_authentication \ node_modules.staging \ set-blocking-ff60c335 \ LICENSE.txt'   在以下位置发出了“错误”事件:       在NodeWatcher。 (D:\ job_finder_with_authentication \ node_modules \ sane \ src \ node_watcher.js:291:16)       在回调时(D:\ job_finder_with_authentication \ node_modules \ graceful-fs \ polyfills.js:295:20)       在FSReqWrap.oncomplete(fs.js:153:21)`

有人可以帮我吗?我的应用程序直接通过电话运行。

2 个答案:

答案 0 :(得分:0)

  • 以管理员身份打开命令提示符。
  • 运行expo start。

答案 1 :(得分:0)

运行cd android && gradlew clean