Error: Failed to communicate with the Sanity API
npm install -g @sanity/cli && sanity init
を実行すると下記のようなエラーが発生
Error: Failed to communicate with the Sanity API:
このエラーが起きたときの解決法をご紹介します!
CLI errorsこちらの公式ドキュメントからも確認できます。
解決法は簡単
ターミナルでsanity logoutとsanity login を実行するだけです。
Try to log out and log in again with the sanity logout and sanity login CLI commands.
$ sanity logout //ログアウト
Logged out
$sanity login //ログイン
? Login type (Use arrow keys)
> Google
GitHub
E-mail / password
Login successful
$sanity init //初期設定
Looks like you already have a Sanity-account. Sweet!
? Select project to use (Use arrow keys)
> Create new project
改めてログインをすれば、sanity initを実行することができます