You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Ramda needs to be upgraded to 0.29.0 (see upgrade guide) otherwise you can't run with Node.js > 16 (i.e. 17+) because you'll get an error like
Error [ERR_PACKAGE_PATH_NOT_EXPORTED]: Package subpath './src/identity' is not defined by "exports" in [...]/node_modules/spected/node_modules/ramda/package.json
Relevant fix from Ramda that only landed in version 0.29.0: ramda/ramda#3270.
The text was updated successfully, but these errors were encountered:
Ramda needs to be upgraded to
0.29.0
(see upgrade guide) otherwise you can't run with Node.js > 16 (i.e. 17+) because you'll get an error likeRelevant fix from Ramda that only landed in version 0.29.0: ramda/ramda#3270.
The text was updated successfully, but these errors were encountered: