LoginSignup
0
0

More than 1 year has passed since last update.

【EAS】zsh: command not found: easのエラーが出た時の解決法

Posted at

はじめに

以前ExpoとReactNativeでIOSアプリを開発し、EAS Buildができるようになったため、EAS Buildでアプリをビルドしてみたいと思い、格闘しています🥺

エラー内容

まず下記のコマンドでeas-cliをインストールします。

$ npm install -g eas-cli

その後EASを使用するため、ログインをします。

$ eas login

すると、「eas」のZshコマンドが見つかりませんと言うエラーが...💥

zsh: command not found: eas

解決方法

export PATH=$PATH:~/.npm-global/bin

参考記事

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0