Reputation: 1
I was fixing vulnerabilities in a project for which I needed to override some internal dependencies.
I used Override:{}
to override those dependencies, but just now, I came to know that I could not use Node 16, and I need to fix these issues by staying on Node 14.
So How can I override these dependencies in Node 14 where there is no option to override using Override:{}.
Upvotes: 0
Views: 516