EXPO: Unable to resolve module ‘./debugger

前端 未结 12 1774
猫巷女王i
猫巷女王i 2021-02-05 02:15

After a reload my app has stopped loading.

I have tried on both emulators and 2 real devives, android and ios.

The error is:

Error: Unabl

12条回答
  •  渐次进展
    2021-02-05 02:56

    I just had the same issue and I tried all the answer above, for some strange reasons none worked for me. But here is what worked for me. - Delete the package-lock.json and/or yarn-lock.json - run npm i

    it worked like magic. it worked for me, it might not work for you but at least give it try. #cheers

提交回复
热议问题