Skip to content

Can we do npm-install without transitive dependencies? #1205

Closed
@MadhuriGurumurthy11

Description

@MadhuriGurumurthy11

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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions