TypeError: cb.apply is not a function

后端 未结 5 930
别跟我提以往
别跟我提以往 2021-02-04 03:46

I\'m trying to run an existing React Native project that uses Metro Bundler. My operating system is Ubuntu 20.04 and I\'ve tried to run the app both on a physical Android device

5条回答
  •  别跟我提以往
    2021-02-04 04:25

    I got this too today when doing a build. (running node 12.8.3)

    I reinstalled the follow package:

    npm install graceful-fs --save-dev
    

    This solved the above problem.

提交回复
热议问题