Collectives™ on Stack Overflow
Find centralized, trusted content and collaborate around the technologies you use most.
Learn more about Collectives
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
Learn more about Teams
C:\Users\Asus>npm install -g react-native
npm WARN deprecated urix@0.1.0: Please see
https://github.com/lydell/urix#deprecated
npm WARN deprecated resolve-url@0.2.1:
https://github.com/lydell/resolve-url#deprecated
npm WARN deprecated uglify-es@3.3.9: support for ECMAScript is superseded by
uglify-js
as of v3.13.0
added 4 packages, changed 713 packages, and audited 718 packages in 3m
17 packages are looking for funding
run
npm fund
for details
found 0 vulnerabilities
You are getting this error because this package has been deprecated if you check this
package link
That's the reason why you are getting the warning.
If you are looking into obfuscating the code check out the following answer
https://stackoverflow.com/a/54282723/2930834
Thanks for contributing an answer to Stack Overflow!
-
Please be sure to
answer the question
. Provide details and share your research!
But
avoid
…
-
Asking for help, clarification, or responding to other answers.
-
Making statements based on opinion; back them up with references or personal experience.
To learn more, see our
tips on writing great answers
.