1. 程式人生 > >Error: Cannot find module 'babel-helpers'

Error: Cannot find module 'babel-helpers'

res sta style conf plugin cannot core con not

cnpm install babel-core babel-loader babel-plugin-transform-runtime -D
cnpm install babel-preset-env babel-preset-stage-0 babel-preset-react -D

配置 babel 安裝了 loader ,配置好 webpack.config.js 和 .babelrc 之後運行報錯:

Error: Cannot find module ‘babel-helpers‘

解決:

刪除掉之前node_modules文件夾下的內容,使用 `npm` 安裝

Error: Cannot find module 'babel-helpers'