-
Notifications
You must be signed in to change notification settings - Fork 12
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
homebrew of grafana fails #6
Comments
I'm having the same issue. any help would be greatly appreciated |
I got the same error yesterday. But I think they haven't fix it for the latest stable version. So maybe you can try to install unstable version of master with this command according to document. I tried and it works for me. brew install --HEAD grafana/grafana/grafana |
I had the same problem last Wednesday but it seems to have been fixed by now. Here's what I did... As recommended in https://github.com/Homebrew/brew/blob/master/share/doc/homebrew/README.md#readme: The problem remained but deleting the tar.gz from the brew cache helped: |
brew update; brew update; brew doctor rm ~/Library/Caches/Homebrew/grafana-3.0.4.tar.gz worked. thanks cvandrei. |
╰─$ brew install grafana --force 1 ↵
==> Installing grafana from grafana/grafana
==> Downloading https://github.com/grafana/grafana/archive/v3.0.4.tar.gz
Already downloaded: /Users/phopper/Library/Caches/Homebrew/grafana-3.0.4.tar.gz
Warning: tried to stage empty resources array
==> go run build.go setup
==> go run build.go build
==> npm install
==> npm install grunt-cli
==> node_modules/grunt-cli/bin/grunt build
Last 15 lines from /Users/phopper/Library/Logs/Homebrew/grafana/05.grunt:
142:7 warning Attribute values should be surrounded by quotes attribute-quotes
143:7 warning Attribute values should be surrounded by quotes attribute-quotes
144:7 warning Attribute values should be surrounded by quotes attribute-quotes
160:12 warning Attribute values should be surrounded by quotes attribute-quotes
203:14 warning Attribute values should be surrounded by quotes attribute-quotes
public/sass/components/_timepicker.scss
102:17 warning Pseudo-elements must start with double colons pseudo-element
105:18 warning Pseudo-elements must start with double colons pseudo-element
✖ 38 problems (0 errors, 38 warnings)
Warning: Use --force to continue.
Aborted due to warnings.
The text was updated successfully, but these errors were encountered: