最近用react做前端项目的时候,发现总是报Uncaught Error: Cannot find module ‘babel-runtime/helpers/typeof’ .然后就采取常见的先删除node_modules包,然后再重新npm install操作,这样反复进行了好几次,还是解决不了问题。最后使用npm install --save babel-helpers
就将问题解决了。
最近用react做前端项目的时候,发现总是报Uncaught Error: Cannot find module ‘babel-runtime/helpers/typeof’ .然后就采取常见的先删除node_modules包,然后再重新npm install操作,这样反复进行了好几次,还是解决不了问题。最后使用npm install --save babel-helpers
就将问题解决了。