React Native start failed with error code -4094 how to solve this ONCE for ALL?

后端 未结 1 1493
故里飘歌
故里飘歌 2021-01-12 23:41

I\'m trying to run react-native start (as all the other days, it works normally) and it gives me this error:

THE ERROR

         


        
1条回答
  •  悲哀的现实
    2021-01-12 23:52

    Looks like the issue is with the npm cache. Try the following solution:

    Run the command: npm cache verify

    If you get errors then run: npm cache clear --force

    Right Click on C: > Properties > Tools Tab.

    Select Check or Check-now under Error Checking menu.

    Reboot your PC after the process is completed.

    0 讨论(0)
提交回复
热议问题