gyp: No Xcode or CLT version detected! npm install node-gyp solved
Автор: Tech Nursery
Загружено: 2024-09-16
Просмотров: 208
Описание:
The error gyp: No Xcode or CLT version detected! occurs during npm install on macOS when Node.js tries to rebuild native modules (like node-gyp) and fails to detect Xcode or Command Line Tools (CLT). These tools are required to compile native modules.
1. Install Command Line Tools: Run this command to install them:
xcode-select --install
2. Accept Xcode License (if prompted): After installation, accept the license by running:
sudo xcodebuild -license
Once installed, try running npm install again. This should resolve the issue.
Повторяем попытку...

Доступные форматы для скачивания:
Скачать видео
-
Информация по загрузке: