Skip to content
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

Provide bundled executables #29

Open
aminya opened this issue Oct 23, 2024 · 0 comments
Open

Provide bundled executables #29

aminya opened this issue Oct 23, 2024 · 0 comments

Comments

@aminya
Copy link
Collaborator

aminya commented Oct 23, 2024

cmake-ts now ships as a traditional package and relies on npm to install the dependencies on the target system. There are some issues with this method. To provide compatibility for old Node versions (which is required for a fundamental tool like cmake-ts), the dependencies need to be pinned to old deprecated versions. This is not a sustainable method.

Alternatively, cmake-ts can be bundled, and backward compatibility can be provided through the build tool (Vite, Babel, Parcel, etc.). This means we can use the modern dependencies, but support old Node versions.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant