-
Notifications
You must be signed in to change notification settings - Fork 429
code: 'MODULE_NOT_FOUND', requireStack: [... even when module is visible and the file path is correct #611
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
The error message itself states that the module it cannot find is The reason it cannot find that module is because in react-scripts 2+, the file was renamed/merged with the normal webpack.config by create-react-app. You're using react-app-rewired 1.6.2. You need to be using react-app-rewired 2+ for versions of react-scripts versions 2+, partly for this reason, and partly because there were also major changes in Webpack 4 - version 1.6.2 is NOT Webpack 4+ compatible. (Thank you for posting the detail that you did - it meant that I could see/identify the issue easily). |
I will try that out! Thank you so much, it’s been so hard to find a fix for this, your awesome, I’ll see if it works |
yeah that worked! awesome |
这是来自QQ邮箱的假期自动回复邮件。您好,我最近正在休假中,无法亲自回复您的邮件。我将在假期结束后,尽快给您回复。
|
So im having an issue creating a app where i cant run npm build without this pooping up,
PS C:\Users\finnm\OneDrive\Desktop\Finn's stuff\NFT\DenOfDragons\minting_staking_dapp> npm start
as you can see in the screenshot the module is there and the path is correct so i don't understand why it is not found
node version: 16.14.0
npm version: 8.5.2
here is my package.json
and my config-overrides.js
thanks for any help you can offer
The text was updated successfully, but these errors were encountered: