After cloning the eCommerce SDK from:
GitHub - microsoft/Msdyn365.Commerce.Online at RS/10.0.30
and afterwards running the Yarn command.
I get an error from node-gyp (which I do not know what exactly is)...
It seems to catch an exception in some typescript, that is supposed to generate a configfile.
I have tried, opening the configure.js file that is showned in the scripterror... and it seems to attempt to set an variable called cflags which is initialized as a readonly variable. Which is illegal according to typescript which also makes sence.
But how do I resolve this ?
My Yarn version is: 1.22.19, and the node-gyp version is 7.1.2, node is 19.4.0

The total output form running the Yarn command is in this attached file:
[View:/cfs-file/__key/communityserver-discussions-components-files/797/output.txt]