Skip to content

Latest commit

 

History

History
14 lines (8 loc) · 664 Bytes

next-config-error.md

File metadata and controls

14 lines (8 loc) · 664 Bytes

next.config.js Loading Error

Why This Error Occurred

When attempting to load your next.config.js file an error occurred. This could be due to a syntax error or attempting to require a module that wasn't available.

Possible Ways to Fix It

See the error message in your terminal where you started next to see more context. The next.config.js file is not transpiled by Next.js currently so ensure only features supported by your current node.js version are being used.

Useful Links