stanleycyang/react-bible-boilerplate

Module not found: Error: Cannot resolve module 'es6-object-assign'

Closed this issue · 4 comments

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

npm install es6-object-assign --dev actually fixed ! Just to help other newbies and for the completeness I opened this issue

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?

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

Haha I see