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

Enforcing node version throughout the app #360

Open
twinkarma opened this issue May 4, 2023 · 0 comments
Open

Enforcing node version throughout the app #360

twinkarma opened this issue May 4, 2023 · 0 comments
Labels
enhancement New feature or request

Comments

@twinkarma
Copy link
Collaborator

twinkarma commented May 4, 2023

Node version incompatibilities is causing a lot of issues for deployment. We need a way to enforce and synchronize node versions.

The root package.json seems like the most sensible location to specify our desired version. There's already a convention of doing this according to this thread:

https://stackoverflow.com/questions/29349684/how-can-i-specify-the-required-node-js-version-in-package-json

But we will also need to think about how this works with conda, docker and github workflow

@twinkarma twinkarma added the enhancement New feature or request label May 4, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant