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 have a scenario where I want to download a dependency (dependency is a react app) through npm install without downloading any of its transitive dependencies.
"dependencies": { "my-react-app": "latest" }
and under node_modules I am expecting only my-react-app. Is this possible?