Your Web News in One Place

Help Webnuz

Referal links:

Sign up for GreenGeeks web hosting
April 18, 2024 03:29 pm GMT

Error: Cannot find module '/path/.next/build-manifest.json'

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

Original Link: https://dev.to/anurag31oct/error-cannot-find-module-pathnextbuild-manifestjson-1mm1

Share this article:    Share on Facebook
View Full Article

Dev To

An online community for sharing and discovering great ideas, having debates, and making friends

More About this Source Visit Dev To