You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hey, I've stumbled upon the same problem I just wanted to run a simple test, so, I bypassed the dependency checks.
Also, I had to install proj4 but not@types/proj4 .
I am using Node on version v18.20.2 and commit d78143c331
By order, these were the commands I had to run:
npm i --force
npm i [email protected] --save --force
npm r @types/proj4 --force
Also, I've added "allowSyntheticDefaultImports": true under "angularCompilerOptions" on tsconfig.json
Then, to launch Angular, I had to append an extra NODE_OPTION, and the final command became: NODE_OPTIONS=--openssl-legacy-provider ng serve
On my mac, I have the following errors after npm install
The text was updated successfully, but these errors were encountered: