You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
You will see the following problems listed for dependencies
[npm] Module 'https-proxy-agent' is extraneous
[npm] Module 'node-pre-gyp' is extraneous
[npm] Module 'readable-stream' is extraneous
These packages are not dependencies of the package, and this error should not show.
The install process is too long to capture in a gif. However, as you can see from this screenshot of the terminal, the only thing in this folder before I ran yarn was the package.json file, no node_modules folder. After installing, you can see the problems for extraneous packages.
The text was updated successfully, but these errors were encountered:
Migrating from original location
Steps to Reproduce:
package.json
filenpm install
dependencies
These packages are not dependencies of the package, and this error should not show.
The install process is too long to capture in a gif. However, as you can see from this screenshot of the terminal, the only thing in this folder before I ran
yarn
was thepackage.json
file, nonode_modules
folder. After installing, you can see the problems for extraneous packages.The text was updated successfully, but these errors were encountered: