Closed msaron closed 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
After googling the issue, I ran the following and it resolved the issue. npm install babel-polyfill --save
npm install babel-polyfill --save
It should probably be added to package.json then!
package.json
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