You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm upgrading to webpack 3, and for that to happen I also need to upgrade @storybook/react from 3.1.3 to 3.2.8. After the upgrade, storybook fails to find babel-plugin-transform-runtime.
Error: Cannot find module 'babel-plugin-transform-runtime'
at Function.Module._resolveFilename (module.js:455:15)
at Function.resolve (internal/module.js:27:19)
at Object.<anonymous> (app/node_modules/@storybook/react/dist/server/config/babel.js:12:77)
The module seems to be missing from the dependency tree altogether.
Installing babel-plugin-transform-runtime on the app level had no effect. Neither did uninstalling and reinstalling @storybook/react. Any suggestions on what I could do?
EDIT: Duplicate of #1729
Hello,
I'm upgrading to webpack 3, and for that to happen I also need to upgrade
@storybook/react
from3.1.3
to3.2.8
. After the upgrade, storybook fails to findbabel-plugin-transform-runtime
.The module seems to be missing from the dependency tree altogether.
Installing
babel-plugin-transform-runtime
on the app level had no effect. Neither did uninstalling and reinstalling@storybook/react
. Any suggestions on what I could do?Thanks,
Eevert
The text was updated successfully, but these errors were encountered: