closed
Error while running app
Hi,
I am new to Next and when I tried to start the app after 'yarn install' I am facing an issue. I am attaching the snapshot below.
ATTACHED FILES
Asked 2 months ago on November 11, 2020 9:04 AM Comments 2 times
Swap replied 2 months ago on November 11, 2020 9:51 AM
Hi there,
Please go to package.json file and remove this line "webpack": "latest" and remove package-lock.json file, node_module folder and after that run below command
- "npm install"
- "npm run dev" for development
- Swap