Redux: npm ERR! extraneous, How to fix

Created on 3 May 2016  ·  3Comments  ·  Source: reduxjs/redux

I got many error of npm, "npm ERR! extraneous" when I use command "npm ls", I don't know if it should fix necessary.

Most helpful comment

_For all the future googlers who will end up here..._
It’s probably safe to ignore this error. But you can clean up the unnecessary packages with
$ npm prune

All 3 comments

npm ERR! extraneous: [email protected] D:\react\react-redux-starter-kit\node_modules\inline-style-prefixer
npm ERR! extraneous: [email protected] D:\react\react-redux-starter-kit\node_modules\isomorphic-fetch
npm ERR! extraneous: [email protected] D:\react\react-redux-starter-kit\node_modules\keycode
npm ERR! extraneous: lodash.[email protected] D:\react\react-redux-starter-kit\node_modules\lodash.merge
npm ERR! extraneous: lodash.[email protected] D:\react\react-redux-starter-kit\node_modules\lodash.throttle
npm ERR! extraneous: [email protected] D:\react\react-redux-starter-kit\node_modules\react-event-listener
npm ERR! extraneous: [email protected] D:\react\react-redux-starter-kit\node_modules\recompose
npm ERR! extraneous: [email protected] D:\react\react-redux-starter-kit\node_modules\redux-logger
npm ERR! extraneous: [email protected] D:\react\react-redux-starter-kit\node_modules\simple-assign
npm ERR! extraneous: [email protected] D:\react\react-redux-starter-kit\node_modules\whatwg-fetch

This has nothing to do with Redux, and you already posted this in the other issue. Please stop.

_For all the future googlers who will end up here..._
It’s probably safe to ignore this error. But you can clean up the unnecessary packages with
$ npm prune

Was this page helpful?
0 / 5 - 0 ratings