Rasmus-M / js99er-angular

TI-99/4A emulator written in TypeScript using Angular
32 stars 10 forks source link

Production version fails to build #64

Open pjduplooy2022 opened 1 year ago

pjduplooy2022 commented 1 year ago

Hi.

I am trying to build a production version (again) after reinstalling my pc.

I am using the instructions you gave on AtariAge forum, and using both NodeJS 18.16.1 and 20.4.0. (By the way, with newer versions of NodeJS you now have to use ng build --configuration production, in stead of ng build --prod).

The angular install does not give any errors, as well as the npm install part in the src folder.

The ng build now gives me an error. It worked a week or so ago on NodeJS 18.6.0, but not on 18.6.1 or on 20.4.0.

See screenshot:

Screenshot 2023-07-17 094616

Do you have any idea on how to solve this?

Regards

Pieter

pjduplooy2022 commented 1 year ago

After your latest commit, building works again.

Thanks a million!!

What was the issue?