You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 18, 2024. It is now read-only.
xcode-select: error: tool 'xcodebuild' requires Xcode, but active developer directory '/Library/Developer/CommandLineTools' is a command line tools instance
macOS 10.13.2
node v 8.9.2
The text was updated successfully, but these errors were encountered:
I believe this error occured because I just switched node enviroment before trying your script (which didn't have the bindings yet?). I don't think it's easy to avoid this requirement though, as you probably want compile Sass with the libsass library that node-sass binds to.
When I ran
npx css-gridish
I got this error:xcode-select: error: tool 'xcodebuild' requires Xcode, but active developer directory '/Library/Developer/CommandLineTools' is a command line tools instance
macOS 10.13.2
node v 8.9.2
The text was updated successfully, but these errors were encountered: