npm ERR! extraneous
means a package is installed but is not listed in your project’s package.json
.
Since you’re listing packages that have been installed globally, it’s going to give you a lot of extraneous errors that can be simply ignored because most things installed globally will not be in your project’s package.json
.