Skip to content

Conversation

@debuglevel
Copy link

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:

pxt/package.json

Lines 59 to 62 in f4e9aad

"engines": {
"node": ">=16.0.0",
"npm": ">=8.0.0"
},

I myself had a successful build on Node.js 15.

I guess just changing the README to node>=16 would be okay.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant