Cannot find module 'next/babel' on FRESH INSTALL
Unanswered
American Curl posted this in #help-forum
American CurlOP
I have a fresh installation of nextjs 13 and I am getting this error. Every .js or .jsx file is marked in red in VSCode. Why?
5 Replies
@American Curl I have a fresh installation of nextjs 13 and I am getting this error. Every .js or .jsx file is marked in red in VSCode. Why?
this is likely an eslint issue, try the answers here https://stackoverflow.com/q/68163385
(or make your own eslint configuration, if you know how to do it)
American CurlOP
ok.. how is it possible the configuration is bugged on a fresh install?
i don't know... i am not able to reproduce this bug
but it's been reported multiple times