Error: Cannot find module '/path/.next/build-manifest.json'
Anurag Roy
Posted on April 18, 2024
there are several optional ways.
- Adding:
"engines": {
"node": ">=12.x"
}
on your package.json may work
- Adding:
sass as dev-dependency in your package.json,
Then, Run
yarn add -D sass
Then
Run yarn remove node-sass
- Remove .next folder
💖 💪 🙅 🚩
Anurag Roy
Posted on April 18, 2024
Join Our Newsletter. No Spam, Only the good stuff.
Sign up to receive the latest update from our blog.
Related
githubcopilot AI Innovations at Microsoft Ignite 2024 What You Need to Know (Part 2)
November 29, 2024