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
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.
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
The text was updated successfully, but these errors were encountered:
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.
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
The text was updated successfully, but these errors were encountered: