0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 1 year has passed since last update.

Next.js 14 @styled-jsx/plugin-sass Error: Failed to resolve "@babel/runtime/regenerator" relative to

Posted at

Error

$ npm run dev
...
Error: Failed to resolve "@babel/runtime/regenerator" relative to
...

Cause

Next.js 14 has a bug.

Interim Solution

Use Next.js 13 instead.

$ npm install next@13
0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?