Skip to content

Dependency list in package explorer #2380

@tuzzu

Description

@tuzzu

Hi,
I have the following situation in node.js projects in Visual Studio.

Npm package manager shows all packages regardless of their state (npm-node-explorer shows all the sub-dependencies of all the packages), as shown in the picture
1

The thing I don't understand about this "issue" is the fact that in other projects I don't see those "Installed, but not explicitly listed in package.json" npm packages. Here's an example of a project:
2

I found out that the "problem" is that the "_requiredBy" tag written in package.json files inside the dependencies folders in node_modules is missing.

Is there a way to see only installed and listed in package.json packages?

Best regards.

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