- Notifications
You must be signed in to change notification settings - Fork7
Eliminate npm install noise#137
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
base:main
Are you sure you want to change the base?
Uh oh!
There was an error while loading.Please reload this page.
Conversation
…ARN noise with some local overrides. Unit tests still pass.
|
Won't this potentially mess with React Native internals it they actually break across major version upgrades? Our current tests aren't actually exercising React Native. If we really want this, it should be after#133 to ensure the app isn't affected by this. |
90dd405 to8dac805Compare
It looks like upstream RN has some intrinsic noise that hasn't been cleaned up in a while, but we can make our corner of the OSS univerise a little tidier.
Eliminate
npm auditand depcrecated package WARN noise on first npm install.Tested on Windows 11,
npm testpasses.