ryelle / Foxhound

A text-focused blog theme for WordPress (in React)
https://themes.redradar.net/foxhound
349 stars 39 forks source link

Error: Cannot resolve module 'object-assign' #1

Closed pbrocks closed 8 years ago

pbrocks commented 8 years ago

Hiya,

Very excited to see your theme, but getting an error when trying to install on a local vagrant instance. Everything seemed fine during install until during 'gulp' I got 5 errors:

ERROR in ./js/stores/navigation-store.js
ERROR in ./js/stores/posts-store.js
ERROR in ./js/stores/term-store.js
ERROR in ./js/stores/comments-store.js
ERROR in ./js/dispatcher/dispatcher.js

each followed by: Module not found: Error: Cannot resolve module 'object-assign' in /Users

foxhound errors

pbrocks commented 8 years ago

PS, same errors with Anadama, except only 4. No comments-store.js error.

neurobotic commented 8 years ago

+1 screen shot 2015-12-11 at 1 30 39 pm

ryelle commented 8 years ago

I must've had it installed from a global package -- I've added it to the package.json file, so if you run npm install and gulp again, it should build for you.

pbrocks commented 8 years ago

Looking great! Thanks, so much.