1
0

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 5 years have passed since last update.

yarnでnode-gypeのエラー

Posted at

nvmでleatest(v13)をインストールしていつも通りNuxtの環境をyarnでインストールすると以下のようなエラーが大量放出された。

gyp: No Xcode or CLT version detected!
gyp ERR! configure error 
gyp ERR! stack Error: `gyp` failed with exit code: 1
...

なんだかXcodeの何かのツールをインストールしないといけないような感じになっているらしい。npmで完結して欲しいんだけど...。
これだとWindowsとかLinuxで環境代わりそうですよね。

とりあえずXcodeのインストールするツールはわからなかったですがlts(v12.13.0)で問題なくインストールできました。

node --version                                   
v12.13.0
1
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
1
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?