You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am trying to run the nextjs example
I have just cloned the repo and run npm install in the nextjs example file then try running npm run dev and I get Error: Cannot find module 'webpack';
Webpack is in the node_modules so not sure whats going on
The example is using next v6, I have been reading a few threads (#4227,#4239) which talk about migration from next v5 - v6 causing issues and they all seem related to babel. I don't seem to be getting the same error so not sure they are related.
@Paddy-Hamilton I have just tried our nextjs example. It's working fine with Next 6. You will find better help on Next.js. I don't think it's Material-UI related.
I am trying to run the nextjs example
I have just cloned the repo and run npm install in the nextjs example file then try running npm run dev and I get Error: Cannot find module 'webpack';
Webpack is in the node_modules so not sure whats going on
The example is using next v6, I have been reading a few threads (#4227,#4239) which talk about migration from next v5 - v6 causing issues and they all seem related to babel. I don't seem to be getting the same error so not sure they are related.
Your Environment
package.json
bable.rc
Any help greatly appreciated 😄
The text was updated successfully, but these errors were encountered: