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

Popular posts from this blog

ubuntu - PHP script to find files of certain extensions in a directory, returns populated array when run in browser, but empty array when run from terminal -

php - How can i create a user dashboard -

javascript - How to detect toggling of the fullscreen-toolbar in jQuery Mobile? -