Skip to content
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

Open
phopper-pivotal opened this issue Jun 21, 2016 · 4 comments
Open

homebrew of grafana fails #6

phopper-pivotal opened this issue Jun 21, 2016 · 4 comments

Comments

@phopper-pivotal
Copy link

╰─$ 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.

@peterbault
Copy link

I'm having the same issue. any help would be greatly appreciated

@skecer
Copy link

skecer commented Jun 22, 2016

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

@cvandrei
Copy link

cvandrei commented Jun 27, 2016

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:
brew update; brew update; brew doctor

The problem remained but deleting the tar.gz from the brew cache helped:
rm ~/Library/Caches/Homebrew/grafana-3.0.4.tar.gz

@phopper-pivotal
Copy link
Author

brew update; brew update; brew doctor

rm ~/Library/Caches/Homebrew/grafana-3.0.4.tar.gz

worked. thanks cvandrei.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants