-
Notifications
You must be signed in to change notification settings - Fork 626
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
Replace deprecated uglify-es
dependency
#980
Comments
We kept it in Metro’s |
Closed by #1013 |
Still getting this npx react-native init . |
That's expected for now - |
If "the warning is safe to ignore", then why is npx react-native init not installing react-native? |
Issue seemed to occur for me when trying to install React-Native 0.72.0. Try @latest |
Do you want to request a feature or report a bug?
"bug", deprecation
What is the current behavior?
During installation, I get the following warning:
This is a dependency of
metro-minify-uglify
:metro/packages/metro-minify-uglify/package.json
Line 16 in a3c5b26
If the current behavior is a bug, please provide the steps to reproduce and a minimal repository on GitHub that we can
yarn install
andyarn test
.Run
npm ci
on a project usingmetro
withmetro-minify-uglify
.What is the expected behavior?
metro
does not use any deprecated dependencies.Please provide your exact Metro configuration and mention your Metro, node, yarn/npm version and operating system.
metro@0.73.9
node@18.15.0
npm@9.6.4
The text was updated successfully, but these errors were encountered: