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

NPM dependencies are not captured #210

Open
bertleemput opened this issue Nov 7, 2023 · 0 comments
Open

NPM dependencies are not captured #210

bertleemput opened this issue Nov 7, 2023 · 0 comments
Labels
bug Something isn't working

Comments

@bertleemput
Copy link

bertleemput commented Nov 7, 2023

Describe the bug

When running "bi npm install" it does not capture the dependencies of a package.json file but instead reports an empty project.

During debugging I found there is a check (Line 67 of npm.go) to see if "collectBuildInfo" is set on the NPM-module.
This field is never set via the CLI and therefore no dependency information is gathered.

image

Reproduction steps

Run "bi npm install" in a directory with a package.json file.

Expected behavior

I would expect to either have an option to indicate that I want to include the dependencies or it should be enabled by default.

Operating system type and version

Windows 10

@bertleemput bertleemput added the bug Something isn't working label Nov 7, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant