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

set --depth to 9999 to ignore user settings, when listing dependencies #71

Merged
merged 1 commit into from
Feb 29, 2016
Merged

set --depth to 9999 to ignore user settings, when listing dependencies #71

merged 1 commit into from
Feb 29, 2016

Conversation

SrTobi
Copy link
Contributor

@SrTobi SrTobi commented Feb 29, 2016

The user can set a default value for --depth with:

npm config set depth 0

But we want to ignore this, although --depth is ignored when used with --parseable.

My original pull request didn't took this into account, because I forgot that @felixfbecker mentioned it in #52 (comment).

@joaomoreno
Copy link
Member

👍 Thanks!

@joaomoreno joaomoreno closed this Feb 29, 2016
@joaomoreno joaomoreno reopened this Feb 29, 2016
joaomoreno added a commit that referenced this pull request Feb 29, 2016
set --depth to 9999 to ignore user settings, when listing dependencies
@joaomoreno joaomoreno merged commit baad845 into microsoft:master Feb 29, 2016
@felixfbecker
Copy link

Aparently depth can also be set to Infinity instead of 99999

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

Successfully merging this pull request may close these issues.

3 participants