React Native VSCode error (Ultimate React Native, Advanced Concepts, Networking)

I have gotten stuck on the react native networking section because i cant seem to get past this error. I’ve triple checked that my IP is correct and im really not sure what the error is, any help is appreciated. Thanks in advance

Error: Cannot find module ‘C:\Users{user}\Backend\index.js’
at Function.Module._load (internal/modules/cjs/loader.js:747:27)
at internal/main/run_main_module.js:17:47 {
code: ‘MODULE_NOT_FOUND’,
requireStack: []
}

I’m still learning coding, but when I’ve seen messages like this – the compiler can’t find a module that you KNOW is there – I’ve found it is time to shut down all the dev tools and do a cold reboot.

I’ve experienced this situation a couple times over the past few years – a clean restart did the trick. It seems like there are times when all the complex dev tools just get confused. :grin: