Posts by GUSTAVO CARVALHO • 1 point
2 posts
-
0
votes1
answer82
viewsA: NEXT.JS - Server Error: Must use import to load ES Module: C: Users ... nextjs-blog node_modules Remark index.js
I was able to figure out the problem. I updated the version of the Remark dependency from 14.0.0 to 13.0.0 and the problem was solved. Below is the final package.json file in case anyone has this…
-
0
votes1
answer82
viewsQ: NEXT.JS - Server Error: Must use import to load ES Module: C: Users ... nextjs-blog node_modules Remark index.js
Guys, I followed the tutorial of the official website of Next.js in this link ( https://nextjs.org/learn/basics/dynamic-routes/render-markdown ) and I got the following error: "Server Error Error:…