-
-
Notifications
You must be signed in to change notification settings - Fork 108
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
node.js < 12 not supported #359
Comments
The latest Marp CLI (v1.0.0+) has already dropped the support for Node.js < 12 in accordance with Node.js maintenance schedule. Lines 28 to 30 in 91ad8c0
Probably you're using Node.js < 12 and it has already reached End-Of-Life. Please upgrade your Node.js to the supported version (>= 12). When the updation is blocking by a special reason, you can use the latest release of Marp CLI v0.x.x as a workaround. npx @marp-team/marp-cli@^0.23.3 |
Ubuntu is a pretty popular operating system, maybe it's worth documenting this in the install instructions rather than just closing the issue? |
@jlevon We're always welcome for your pull request to add Node.js requirement. |
-> #361 |
Version of Marp Tool
latest
Operating System
Linux
Environment
ubuntu version:
$ cat /etc/debian_version
bullseye/sid
$ npx --version
6.14.4
How to reproduce
Expected behavior
This was still working until recently
Actual behavior
Can run via npx as described in the README
Additional information
No response
The text was updated successfully, but these errors were encountered: