Module not found: Error: Cannot resolve module 'es6-object-assign'
Closed this issue · 4 comments
Peramanathan commented
ERROR in ./client/polyfills.js
Module not found: Error: Cannot resolve module 'es6-object-assign' in /../react-bible-boilerplate/examples/book-inventory/client
@ ./client/polyfills.js 12:0-28
Peramanathan commented
npm install es6-object-assign --dev
actually fixed ! Just to help other newbies and for the completeness I opened this issue
stanleycyang commented
Thanks! It looks like the package.json had it included before: https://github.com/stanleycyang/react-bible-boilerplate/blob/master/package.json#L7
. How were you installing your initial dependencies?
peramsathyam commented
Oh damn ! I forgot to mention that I was running your examples directly before running this boilerplate
https://github.com/stanleycyang/react-bible-boilerplate/blob/master/examples/book-inventory/package.json
which obviously not having it
stanleycyang commented
Haha I see