Why does "npm install" uninstall my packages?

Command npm install --save file-saverand returns this:

npm WARN The package enzyme is included as both a dev and production dependency.
npm WARN The package gulp-util is included as both a dev and production dependency.
npm WARN The package react-addons-test-utils is included as both a dev and production dependency.

+file-saver@1.3.3
added 1 package and removed 15 packages in 6.536s

I know that two of the remote packages are: react-google-recaptchaand react-async-script. In addition, I do not use the npm public registry.

+4
source share

Source: https://habr.com/ru/post/1679759/


All Articles