Failed to load next.config.js
See original GitHub issueDescribe the bug
First time running npx mailing
after installing causes the following error.
I definitely have a valid next.config.js
To Reproduce Steps to reproduce the behavior:
- install dependencies
- run
npx mailing
EDIT: Note that I am running Next 12.3.0
Issue Analytics
- State:
- Created 10 months ago
- Comments:5
Top Results From Across the Web
Failed to load next.config.js - Stack Overflow
Solution: Modify the build script to use the correct path to Node.js, or update the Node.js version under the used path. 4. broken...
Read more >next-config-error - Next.js
When attempting to load your next.config.js or next.config.mjs file, an error occurred. This could be due to a syntax error or attempting to...
Read more >Failed to load next.config.js · Issue #274 - GitHub
After cloning the repository I created and set my .env.local file, ran npm i then ran npm run dev. The server starts, env...
Read more >Error: Failed to load next.config.js - Square Developer
I'm getting a config error when running npm run dev coming from next.config.js and can't figure out what's causing it.…
Read more >[Solved]-Failed to load next.config.js-Reactjs - appsloveworld
Solutions: · update Node.js to the supported version. · make sure you are using the correct environment, or use the correct path to...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Not entirely sure why that would happen. Looking into it as well
Closing for now, think we resolved the initial issue.