I have a protractor project in node. Primordial error will show once we upgrade the node version (>10). This error will not show if the node version is 10. My question is how to fix this error in version > 10 since our Jenkins server is using version 12 of node? Please look at the error below.
Asked
Active
Viewed 91 times
0

Wang Liang
- 4,244
- 6
- 22
- 45

kevthedevv
- 39
- 1
- 9
-
1have you tried upgrading node -> removing node modules and reinstalling again (`npm i`)? – Sergey Pleshakov Sep 07 '21 at 15:01
-
@kevthedevv check the link - https://stackoverflow.com/questions/55921442/how-to-fix-referenceerror-primordials-is-not-defined-in-node-js – Owaiz Yusufi Sep 11 '21 at 04:41