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
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:
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
The text was updated successfully, but these errors were encountered: