ERROR in ./~/react-tap-event-plugin/src/injectTapEventPlugin.js

后端 未结 5 1723
别跟我提以往
别跟我提以往 2021-01-17 10:01

React noob here. Trying to clone and run https://github.com/strangebnb/react-airbnb

I clone. run npm install. Then webpack but I get

ERROR in ./~/rea         


        
5条回答
  •  情书的邮戳
    2021-01-17 10:39

    In the short term, you could fix React to a specific earlier version.

    If your package.json file contains something like: "react": "^15.3.2", in the dependencies section, you could change it to say "react": "=15.3.2”,

提交回复
热议问题