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

Silence NPM warnings when installing typings #19749

Merged
merged 1 commit into from
Nov 6, 2017

Conversation

micbou
Copy link
Contributor

@micbou micbou commented Nov 5, 2017

Even with PR #19663, NPM still outputs warnings about mandatory fields in package.json when installing typings because these fields must be set to something else than an empty string.

Fixes #19660.


This change is Reviewable

@ghost
Copy link

ghost commented Nov 5, 2017

Will { "private": true } work?

@micbou micbou force-pushed the fix-package-json-fields branch from df2d5c9 to dde4f61 Compare November 5, 2017 18:27
@micbou micbou changed the title Properly set package.json fields in typings installer Silence NPM warnings when installing typings Nov 5, 2017
@micbou
Copy link
Contributor Author

micbou commented Nov 5, 2017

Yes, it works. PR updated.

@mhegazy mhegazy merged commit d97335e into microsoft:master Nov 6, 2017
@microsoft microsoft locked and limited conversation to collaborators Jun 14, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants