I have an npm package resolve-url in my React Native project. The package is deprecated, and I'm not using it, so I want to remove it. However, after I run npm uninstall resolve-url
to uninstall per npm's documentation, my project no longer runs with npm start
!
How do I safely remove resolve-url?