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
The resulting build, will not work because the node_modules/\@kadira/storybook/dist/server/ directory does not contain the babel_config.js file referenced from config.js.
$ ./node_modules/.bin/build-storybook
module.js:327
throw err;
^
Error: Cannot find module './babel_config'
at Function.Module._resolveFilename (module.js:325:15)
at Function.Module._load (module.js:276:25)
at Module.require (module.js:353:17)
at require (internal/module.js:12:17)
at Object.<anonymous> (/private/tmp/test-react-storybook-git-install/node_modules/@kadira/storybook/dist/server/config.js:86:21)
at Module._compile (module.js:409:26)
at Object.Module._extensions..js (module.js:416:10)
at Module.load (module.js:343:32)
at Function.Module._load (module.js:300:12)
at Module.require (module.js:353:17)
The text was updated successfully, but these errors were encountered:
If you install
react-storybook
via the Github repo, instead of using npm directly, like so:The resulting build, will not work because the
node_modules/\@kadira/storybook/dist/server/
directory does not contain thebabel_config.js
file referenced from config.js.Steps to reproduce:
npm install
../node_modules/.bin/build-storybook
Result
The text was updated successfully, but these errors were encountered: