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
{{ message }}
This repository has been archived by the owner on Nov 10, 2017. It is now read-only.
Node 4 is the stable version so many people use that. It comes with npm 2 so tree isn't flat.
This is the output I get:
npm run storybook
> [email protected] storybook /Users/gaearon/p/test
> start-storybook -p 9009
React Storybook started on => http://localhost:9009/
webpack built 8075a01bcca1d6c58491 in 56ms
Hash: 8075a01bcca1d6c58491
Version: webpack 1.13.1
Time: 56ms
Asset Size Chunks Chunk Names
static/preview.bundle.js 22.7 kB 0 [emitted] preview
static/manager.bundle.js 22.4 kB 1 [emitted] manager
chunk {0} static/preview.bundle.js (preview) 64 bytes [rendered]
[0] multi preview 64 bytes {0} [built] [4 errors]
chunk {1} static/manager.bundle.js (manager) 40 bytes [rendered]
[0] multi manager 40 bytes {1} [built] [2 errors]
ERROR in multi preview
Module not found: Error: Cannot resolve module 'webpack-hot-middleware/client' in /Users/gaearon/p/test
@ multi preview
ERROR in multi preview
Module not found: Error: Cannot resolve module 'babel' in /Users/gaearon/p/test
@ multi preview
ERROR in multi manager
Module not found: Error: Cannot resolve module 'babel' in /Users/gaearon/p/test
@ multi manager
ERROR in multi preview
Module not found: Error: Cannot resolve module 'babel' in /Users/gaearon/p/test
@ multi preview
ERROR in multi preview
Module not found: Error: Cannot resolve module 'babel' in /Users/gaearon/p/test
@ multi preview
ERROR in multi manager
Module not found: Error: Cannot resolve module 'babel' in /Users/gaearon/p/test
@ multi manager
We had to put a bunch of require.resolves in Create React App to work around this.
The text was updated successfully, but these errors were encountered:
Node 4 is the stable version so many people use that. It comes with npm 2 so tree isn't flat.
This is the output I get:
We had to put a bunch of
require.resolve
s in Create React App to work around this.The text was updated successfully, but these errors were encountered: