-
Notifications
You must be signed in to change notification settings - Fork 16
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
node18に対応させた #127
node18に対応させた #127
Conversation
@emrum01 コンソール
起動時
|
以下が起動出来ることは確認しました!
多分大丈夫そう! |
同じく各コマンドの実行ができることは確認しましたー. |
node.js内部のOpenSSLのバージョンが上がったことでstorybookと不整合が生じた部分を修正 storybookが依存しているwebpackのバージョンを上げることで対処
d3fa7a0
to
197e845
Compare
|
このコミットが積まれてないかも |
忘れてました!ありがとうございます!pushしました |
@emrum01 コンソール
|
@taka10257 |
調査ありがとうございます! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
概要
node.js 18に対応させた。
やったこと
node.js内部のOpenSSLのバージョンが上がり、storybookの内部のwebpackと不整合が生じたので、webpack5をインストールすることで対応した
以下のパッケージをインストールした
"webpack": "^5.75.0"
"@storybook/builder-webpack5": "^6.5.14",
"@storybook/manager-webpack5": "^6.5.14",
動作確認
storybookが問題なく動くかどうか確かめる
yarn storybook
yarn build-storybook