uav4geo / GCPEditorPro

Amazingly fast and simple ground control points interface. ◎
https://gcp.uav4geo.com
Other
55 stars 17 forks source link

Version npm and @angular/cli #22

Open jadsonbr opened 2 years ago

jadsonbr commented 2 years ago

What version of npm and @angular/cli is being used to run the application?

pierotofy commented 2 years ago

I was using node 14 last time I built this. Not sure about the angular CLI. In case you get errors, try downgrading to another version?

quillaja commented 11 months ago

I also had issues with Node v20.5.1 (latest as of this post) but then resolved after removing it, reinstalling v14.21.3, and redoing the steps. Also I had to remove "certificateFile": "d:\\comodo.pfx" from package.json (like in #3) to succeed in running build.bat

manoloterranova commented 4 months ago

I also had issues with Node v20.5.1 (latest as of this post) but then resolved after removing it, reinstalling v14.21.3, and redoing the steps. Also I had to remove "certificateFile": "d:\\comodo.pfx" from package.json (like in #3) to succeed in running build.bat

Witch packages should i install on Windows 11? Nodejs v14.21.3? What about Angular/Cli version? Thanks