pxt
pxt copied to clipboard
minimum node version 16
README states that node>=8
is needed,
https://github.com/microsoft/pxt/blame/f4e9aad00274ae9b384a9c308d10fa6459a2db50/README.md#L58C66-L58C66
while package.json tells node>=16
is needed:
https://github.com/microsoft/pxt/blob/f4e9aad00274ae9b384a9c308d10fa6459a2db50/package.json#L59-L62
I myself had a successful build on Node.js 15.
I guess just changing the README to node>=16
would be okay.