TypeError: cb.apply is not a function

后端 未结 5 1000
别跟我提以往
别跟我提以往 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:14

    If you have nvm installed, its even simpler. To check this, run

    nvm --version
    

    then to install the latest lts version of node, run

    nvm install --lts
    

    That's what worked for me, let me know if that helps

提交回复
热议问题