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

Ship as standalone executable to avoid Node.js runtime version dependency mismatches #38

Open
tinahollygb opened this issue Aug 23, 2023 · 0 comments

Comments

@tinahollygb
Copy link
Contributor

Currently users need to npm install the growthbook CLI while using Node version 16+ due to our dependency on oclif which uses standard library importing naming conventions introduced in newer versions. This means there will be a failure when trying to install on older versions.

Look into things like deno and bun that may be able to help with this (e.g. shipping a runtime with it)

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