npm installation error - Stack Overflow
大家讲道理
大家讲道理 2017-05-16 13:23:59
0
2
360

npm installation package, run the following commandnpm install --save babel-core babel-loader babel-preset-es2015 babel-preset-reactThe following error appears

+-- UNMET PEER DEPENDENCY react@^15.5.4
`-- UNMET PEER DEPENDENCY webpack@2
大家讲道理
大家讲道理

光阴似箭催人老,日月如移越少年。

reply all(2)
淡淡烟草味

The version of React and webpack is wrong. Try installing the version it prompts

曾经蜡笔没有小新
npm uninstall  react  webpack
npm install --save-dev   react@^15.5.4  webpack@2
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template