Skip to content

Commit

Permalink
Celocli install instructions (#1403)
Browse files Browse the repository at this point in the history
No longer true that celocli needs yarn 18

and for me that npx celocli does not work
  • Loading branch information
aaronmgdr authored Aug 14, 2024
1 parent 916bf0f commit b30d7db
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions docs/cli/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,13 +24,7 @@ npm install -g @celo/celocli

:::info

We are currently deploying the CLI with only Node.js v18.14.2 support. If you are running a different version of Node.js, consider using [NVM](https://github.com/nvm-sh/nvm#installation-and-update) to manage your node versions. e.g. with: `nvm install 18.14.2 && nvm use 18.14.2`

:::

:::info

If you have trouble installing globally \(i.e. with the `-g` flag\), try installing to a local directory instead with `npm install @celo/celocli` and run with `npx celocli`.
If you have trouble installing globally \(i.e. with the `-g` flag\), try installing to a local directory instead with `yarn add @celo/celocli` and run with `yarn celocli`.

:::

Expand Down

0 comments on commit b30d7db

Please sign in to comment.