0
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 3 years have passed since last update.

「gyp: No Xcode or CLT version detected!」というエラーを直した

Last updated at Posted at 2020-10-25

vue.jsのvue createdでディレクトリを作成中、「gyp: No Xcode or CLT version detected!」というエラーが出ていたので対処することに。

初心者なりに試行錯誤したのでもっとスマートな方法があると思いますが備忘録として。

##環境
macOS バージョン 10.15.7
Xcode バージョン 12.1

##試したこと
https://github.com/nodejs/node-gyp/blob/master/macOS_Catalina.md
こちらを参考にしました。

https://developer.apple.com/download/more/
ここから、Command Line Tools for Xcode 12を選択。
インストーラから、Command Line Toolsをインストール。

そして

xcode-select --install

を実行。するとまたしてもエラーが。
760B4B44-91F6-493F-BC9E-E72FB3BFBFAA_4_5005_c.jpeg
いろいろ調べた結果、XCodeのCommand Line Toolsのパスが違うらしい。

https://techracho.bpsinc.jp/hachi8833/2016_09_09/25454
こちらの記事の「パス修正の手順」を参考にパスを変更しました。

再びvue createdを実行。すると今度はエラーなく実行出来ました。
参考になれば幸いです。

0
1
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
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?