Can't install on Node 19.x #238
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
This appears to be caused by the
re2
library not being updated for Node 19.Might be worth considering whether this library is still needed or if we can just use Node's built-in regex support instead.
Node 19 is not supported per the installation instructions. We should first check/upgrade to Node 18.
FoundKey works fine on Node 18.
FWIW, upstream misskey bumped their minimum version to 18.x:
1751bfea5f
Do we know what our current minimum version is? (i.e. full semver node version)
Probably 18.9.0, based on the Dockerfile