Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Dependency list in package explorer #2380

Open
tuzzu opened this issue Apr 5, 2022 · 0 comments
Open

Dependency list in package explorer #2380

tuzzu opened this issue Apr 5, 2022 · 0 comments

Comments

@tuzzu
Copy link

tuzzu commented Apr 5, 2022

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant