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:{}.
Asked
Active
Viewed 193 times
0

W Khan
- 1
- 3
-
What library do you use which relies on Node 14? Maybe there's an alternative.. – sandrooco Sep 26 '22 at 08:28
-
@sandrooco Whole project is built on Node 14 and I'm bound to the Node 14, not allowed to upgrade to Node 16. – W Khan Sep 26 '22 at 08:39
-
Well that sucks. Node 14 isn't even in long term support anymore... – sandrooco Sep 26 '22 at 08:46