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
I tried to install webpack-stream. But I was refused to install...
What I to do?
npm install webpack-stream
npm WARN package.json webpack-stream@1.0.0 No description
npm WARN package.json webpack-stream@1.0.0 No repository field.
npm WARN package.json webpack-stream@1.0.0 No README data
npm WARN install Refusing to install webpack-stream as a dependency of itself
The text was updated successfully, but these errors were encountered:
It sounds like your package.jsonname field contains webpack-stream. So npm thinks you're installing a dependency of itself. Please change the name of your package to something else.
I tried to install webpack-stream. But I was refused to install...
What I to do?
The text was updated successfully, but these errors were encountered: