We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
The build steps as documented in the readme.md do not work with Node20:10, the build step instructions do work fine with Node 18 LTS.
You get this error if you are trying to run the project in Node 20:10.
npm run start:micropython rp2040js@0.19.3 start:micropython ts-node --esm demo/micropython-run.ts TypeError [ERR_UNKNOWN_FILE_EXTENSION]: Unknown file extension ".ts" f '
The text was updated successfully, but these errors were encountered:
Any idea what does work for Node 20?
Sorry, something went wrong.
I only have basic understand of Node, but I am guessing it is related to this issue:
TypeStrong/ts-node#2086
6e6c80c
No branches or pull requests
The build steps as documented in the readme.md do not work with Node20:10, the build step instructions do work fine with Node 18 LTS.
You get this error if you are trying to run the project in Node 20:10.
The text was updated successfully, but these errors were encountered: