Skip to content

Commit

Permalink
[eas-cli] Downgrade oclif
Browse files Browse the repository at this point in the history
Oclif v4 and v3 need node >= v18, so had to downgrade it to v2. v2 has a bug however when importing one of the dependencies which makes it unusable so had to go back to v1

See: https://linear.app/expo/issue/ENG-9175/update-oclif-in-eas-cli
  • Loading branch information
radoslawkrzemien committed Dec 1, 2023
1 parent c9deb90 commit 0ccce95
Show file tree
Hide file tree
Showing 2 changed files with 48 additions and 4 deletions.
2 changes: 1 addition & 1 deletion packages/eas-cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"@expo/spawn-async": "1.7.0",
"@expo/steps": "1.0.51",
"@expo/timeago.js": "1.0.0",
"@oclif/core": "^3.13.1",
"@oclif/core": "^1.26.2",
"@oclif/plugin-autocomplete": "^3.0.2",
"@segment/ajv-human-errors": "^2.1.2",
"@urql/core": "4.0.11",
Expand Down
50 changes: 47 additions & 3 deletions yarn.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 0ccce95

Please sign in to comment.