0

After successfully installing eas cli using npm install -g eas-cli.
When I type eas on terminal it shows command not found.

$ npm install -g eas-cli

$ eas
-bash: eas: command not found
greybeard
  • 2,249
  • 8
  • 30
  • 66
  • Run `npm config get prefix`, and make sure that your environment `PATH` variable includes `{prefix}/bin`. – OGreeni Jul 05 '23 at 03:52

0 Answers0