-
Notifications
You must be signed in to change notification settings - Fork 97
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 version collision problem of dependencies #897
Comments
If locking the version of "typescript-transform-paths" to "3.3.1" resolves the issue, I will fix this issue. Please confirm if removing the caret (^) from the "typescript-transform-paths" version is the appropriate solution to ensure compatibility with Node 18. |
I agree, it will be nice to have a safety measure in place. |
It helps the similar error for me. Thanks. Also noticed |
What happened:
While trying to clone the yorkie-js-sdk and install its dependencies, I encountered an issue with the required Node version for the dependencies "typescript-transform-paths" and "eslint-plugin-jsdoc". The specific versions of these dependencies require a Node version that causes compatibility issues.
The details are as follows
{workspace}/package.json
What you expected to happen:
The dependencies should be installed without any issues regarding Node version compatibility.
How to reproduce it (as minimally and precisely as possible):
Anything else we need to know?:
Potential solutions might involve aligning the node version requirements across dependencies or updating the dependencies to versions compatible with the currently supported node version.
Environment:
yorkie version
):The text was updated successfully, but these errors were encountered: