react-native-web-starter icon indicating copy to clipboard operation
react-native-web-starter copied to clipboard

webpack console errors

Open thurt opened this issue 8 years ago • 1 comments

steps to reproduce

  1. git clone https://github.com/grabcode/react-native-web-starter.git projectname
  2. cd projectname
  3. npm i
  4. npm run storybook

Console Errors: ERROR in ./web/.storybook/config.js Module build failed: Error: Couldn't find preset "stage-2" relative to directory "/Users/thurt/projects/blah/web/.storybook"

ERROR in ./web/.storybook/config.js Module not found: Error: Cannot resolve 'file' or 'directory' ../../app/stories in /Users/thurt/projects/react-native-web-starter/web/.storybook

PR to follow

thurt avatar Jan 18 '17 00:01 thurt

Thanks, your fix works for me!

robinkam avatar Feb 16 '17 03:02 robinkam