Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

minimum node version 16 #9947

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

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.

None yet

1 participant