Is there a way to override nested dependency versions in npm?
Asked a year ago
There's a specific dependency for my new React Native application I'd like to install called "boost", but I think the current version has some bugs which prevent it from properly installing. How can I override this nested dependency?
Please follow our Community Guidelines