I ran npm install prop-types --save-dev
and started getting this error
'prop-types' should be listed in the project's dependencies, not devDependencies import/no-extraneous-dependencies
Later I uninstalled the dependency by running npm uninstall prop-types --save-dev and installed again by running npm install prop-types --save
Still the error doesn't go
'prop-types' should be listed in the project's dependencies. Run 'npm i -S prop-types' to add it import/no-extraneous-dependencies