I've recently updated my Angular project from 8 to 9. It worked fine on my machine. I tried copying the files and assembling them on another device. While doing npm install I am getting the following error.
I tried removing package.lock.json and removing the node_modules folder completely and tried many times. But nothing works
--create-ivy-entry-pointsflag? The docs at angular.io/guide/ivy say: "Don't use --create-ivy-entry-points as this will cause Node not to resolve the Ivy version of the packages correctly."