-
Notifications
You must be signed in to change notification settings - Fork 103
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
storybook fails with unmodified repo, and with meteor 1.3.2.4 #103
Comments
after meteor npm i webpackage-hot-middleware babel: ERROR in The node API for |
update: when using bundled npm with meteor (meteor npm) it fails, because it is version 2. I updated meteor/node to latest, and re-installed everything manually (npm i --save blahblah and npm i --save-dev blahblah) and now we're cooking. |
thank you for the hint related to npm version, npm install -g npm, rm -rf node_modules, npm install did it for me, too. 👍 |
I'm unsure about the |
I had this bug using Storybook v1.22.1 with fresh mantra-sample-blog-app from git, so it may not be fixed in all cases? EDIT: My fault, i was using npm 2 and even in the README file there's a clue to use npm 3 i did not see. |
ERROR in multi preview
Module not found: Error: Cannot resolve module 'webpack-hot-middleware/client' in /Users/gbeaver2/github/local/mantra-sample-blog-app
@ multi preview
ERROR in multi preview
Module not found: Error: Cannot resolve module 'babel' in /Users/gbeaver2/github/local/mantra-sample-blog-app
@ multi preview
The text was updated successfully, but these errors were encountered: