DEV Community

Discussion on: Using Ant Design with NextJS (custom variables for Ant Design)

Collapse
 
rezaabdi78 profile image
Reza Abdi

Thanks for guide!
I have an issue and it's that after the last part (Next.config.js)
I can not run my app and when I run npm run dev it encounters this error
Cannot find module 'webpack'
Also I have tried installing webpack package an it did nothing
Hope find some Help

Collapse
 
uncleilia profile image
uncleilia • Edited

been facing the same issue for a while and haven't found any answers, hope someone helps because I'm loosing my mind over this

Collapse
 
archcra profile image
Arch.h

After I run:
npm i webpack@webpack-4

the error disappeared.