-
Notifications
You must be signed in to change notification settings - Fork 29.9k
Closed
Labels
bugIssue was opened via the bug report template.Issue was opened via the bug report template.
Description
What version of Next.js are you using?
12.0.4
What version of Node.js are you using?
16.13.0
What browser are you using?
Chrome
What operating system are you using?
Windows 11
How are you deploying your application?
Development Server | yarn dev
Describe the Bug
When I start the development server, I am instantly faced with this error.

Expected Behavior
There should be no errors.
To Reproduce
Dependencies
"next": "12.0.4",
"react": "^beta",
"react-dom": "^beta",
"sass": "^1.43.4"
Config
{
swcMinify: true,
reactStrictMode: true,
compress: true,
experimental: {
concurrentFeatures: true,
serverComponents: true,
reactRoot: true
}
}
Metadata
Metadata
Assignees
Labels
bugIssue was opened via the bug report template.Issue was opened via the bug report template.
