Cannot launch nextjs test project #8
Labels
bug
Something isn't working
good first issue
Good for newcomers
help wanted
Extra attention is needed
There is a bad file name issue in our nextjs test project. The project is not an ESM module, yet the nextjs config file that uses
.js
extension uses ESM import syntax.Error message:
A possible fix is to replace the config's extension to be
.mjs
and also update the export statement to follow ESM syntaxThe text was updated successfully, but these errors were encountered: