(note: I’m not super familiar with the whole python and node devops ecosystem, so apologies if conclusions here are incorrect)
The current version in the repo linked to in the docs (I believe) will break for anyone using the current LTS version of Node
The version of webpack used by the the template generation script was broken by a move to OpenSSL3 in Node 17
When searching for the error, the top results are substack posts recommending users revert to Node 16 to work around the error and this version is, apparently as of October, no longer under active support
Can anyone else confirm this?