Currently, the CLI script installs the exact Node version specified using nvm (#434) and switches to it, then installs Apollo locally (which is not ideal in my opinion #401). That Node version should be LTS but appears to be out of date (currently 8.15.0, LTS is at 10.16.0). I'm not sure if simply updating REQUIRED_NODE_VERSION is the best solution hence the issue instead of a PR.
|
REQUIRED_NODE_VERSION=8.15.0 |
Currently, the CLI script installs the exact Node version specified using nvm (#434) and switches to it, then installs Apollo locally (which is not ideal in my opinion #401). That Node version should be LTS but appears to be out of date (currently 8.15.0, LTS is at 10.16.0). I'm not sure if simply updating
REQUIRED_NODE_VERSIONis the best solution hence the issue instead of a PR.apollo-ios/scripts/check-and-run-apollo-cli.sh
Line 4 in 4c5afcf