gyp: No Xcode or CLT version detected macOS
If you have recently updated your macOS, you might be getting this error while doing a usual npm install. gyp: No Xcode or CLT version detected! gyp ERR! configure error The general solution to this problem is installing the XCode. To install the XCode command line, you need to run the following command. xcode-select –install …