reactjs - I get this warning doing a Create-React-App build; how can I find the one with version "^0.13.1? -
i warning when yarn build:
warning ..\..\package.json: "dependencies" has dependency "react" range "^15.2.1" collides dependency in "devdependencies" of same name version "^0.13.1"
here devdependencies list. don't see "react" module here.
"devdependencies": { "enzyme": "^2.9.1", "faker": "^4.1.0", "react-addons-test-utils": "^15.6.0", "react-scripts": "^1.0.10", "react-test-renderer": "^15.6.1" },
how can find duplicate module , fix this?
Comments
Post a Comment