Closed
Description
The doc states that parse should be compatible with node.js 16:
Version | Latest Version | End-of-Life | Compatible |
---|---|---|---|
Node.js 12 | 12.22.7 | April 2022 | ✅ Yes |
Node.js 14 | 14.18.1 | April 2023 | ✅ Yes |
Node.js 16 | 16.13.0 | April 2024 | ✅ Yes |
Node.js 17 | 17.x | June 2022 | ❌ Not tested |
the source code however says otherwise:
Line 134 in ac789c8
which results in:
# yarn global add [email protected]
error [email protected]: The engine "node" is incompatible with this module. Expected version ">=12.20.0 <16". Got "16.13.1"
error Found incompatible module.
info Visit https://yarnpkg.com/en/docs/cli/global for documentation about this command.