SeanFelipe
SeanFelipe
I'm seeing this issue today in a Lucky database config file I just brought up. Using Crystal for the first time. I'm following this tutorial: https://onchain.io/blog/lucky_tutorial However when I open...
Error message: ``` error: bundling failed: Error: Unable to resolve module `./responsibleTouchArea` from `/Users/foobar/stuffs/rn-web/react-universal-ui-boilerplate/node_modules/react-universal-ui/dist/components/index.js`: The module `./responsibleTouchArea` could not be found from `/Users/foobar/stuffs/rn-web/react-universal-ui-boilerplate/node_modules/react-universal-ui/dist/components/index.js`. Indeed, none of these files exist: *...
looks like there is a `node_modules/.../ResponsibleTouchArea.js` ... is it just a case problem? further checking ... looks like `src/components/` is lower-case files, but `dist/components` is upper cased, and somehow code...
I was able to get the example app to run by changing a lot of the require refs in these directories from lower case to upper case first letters: `node_modules/react-universal-ui/dist/components/`...
Thanks ! What about the webpack config needs an override? Or is it just a convenience to not have to modify the webpack config manually?
+1 .. this is vim 7.3 and pulled the plugin down via vundle yesterday 9-jan-2017 . See the spurious j and w characters backlit in blue. thanks @jaesok-park for the...