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?

【Storybook】Nextjs14 & React 18でStorybookのインストールエラー修正 #Nextjs

Posted at

この間Storybookのインストールを行う際にエラーが発生してしまったので、修正方法を記しておきます。

やり方

  1. まずreact-docgen-typescript-pluginをnpm経由でダウンロード
  2. package.jsonの末尾に以下を追加
package.json
 "typescript": {
    "reactDocgen": "react-docgen-typescript-plugin"
  }

あとはStoryBookのDOCSの通りにやればインストールできる...はず。

ライブラリのサイト

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?