Fix Cannot find module ‘fs’ or its corresponding type declarations.ts(2307)
I recently ran into the error “” while I was using VSCode and I was searching for a fix. Turns out all I needed to do was to add the definition file for node types in my project. Bash After that, reloading the window fixed the error! If you are still...
wisdomgeek.hashnode.dev1 min read
Ndeye Fatou Diop
Senior Frontend Engineer
Something that can also help in VSCode is to “Restart the Typescript server” command or restart the extension host