Kinto / kinto-react-boilerplate

An UNMAINTAINED Kinto.js+React project boilerplate.
67 stars 9 forks source link

Error when running app #25

Closed msaron closed 8 years ago

msaron commented 8 years ago

My environment is Centos-7. I followed the directions to install and then run. All the tests pass. I get the following error.

ERROR in ./~/babel/polyfill.js Module not found: Error: Cannot resolve module 'babel-core/polyfill' in /home/mana/node-apps/KINTO/kintoreact/node_modules/babel @ ./~/babel/polyfill.js 1:17-47

msaron commented 8 years ago

After googling the issue, I ran the following and it resolved the issue. npm install babel-polyfill --save

leplatrem commented 8 years ago

It should probably be added to package.json then!