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

installing hacks/html-tool fails #54

Open
loretanr opened this issue Jun 25, 2022 · 3 comments
Open

installing hacks/html-tool fails #54

loretanr opened this issue Jun 25, 2022 · 3 comments

Comments

@loretanr
Copy link

Hi,
great collection of tools, thanks.
Today the installation of html-tool did not work for me though. I don't know go, but I suppose some changes made in github.com/ericchiang/css must be the reason.

$ go install -v github.com/tomnomnom/hacks/html-tool@latest

go: finding module for package golang.org/x/net/html
go: finding module for package github.com/tomnomnom/gahttp
go: finding module for package github.com/ericchiang/css
go: found github.com/ericchiang/css in github.com/ericchiang/css v1.3.0
go: found github.com/tomnomnom/gahttp in github.com/tomnomnom/gahttp v0.0.0-20180905143706-793a49d82336
go: found golang.org/x/net/html in golang.org/x/net v0.0.0-20220624214902-1bab6f366d9e
...
../../.go/pkg/mod/github.com/tomnomnom/hacks@v0.0.0-20220622105119-51f934d4acea/html-tool/main.go:22:18: undefined: css.Compile
@Ny4nts
Copy link

Ny4nts commented Jul 14, 2022

Hi, great collection of tools, thanks. Today the installation of html-tool did not work for me though. I don't know go, but I suppose some changes made in github.com/ericchiang/css must be the reason.

$ go install -v github.com/tomnomnom/hacks/html-tool@latest

go: finding module for package golang.org/x/net/html
go: finding module for package github.com/tomnomnom/gahttp
go: finding module for package github.com/ericchiang/css
go: found github.com/ericchiang/css in github.com/ericchiang/css v1.3.0
go: found github.com/tomnomnom/gahttp in github.com/tomnomnom/gahttp v0.0.0-20180905143706-793a49d82336
go: found golang.org/x/net/html in golang.org/x/net v0.0.0-20220624214902-1bab6f366d9e
...
../../.go/pkg/mod/github.com/tomnomnom/hacks@v0.0.0-20220622105119-51f934d4acea/html-tool/main.go:22:18: undefined: css.Compile

Hey,man I have the same problem as you.have you solved the problem yet

@loretanr
Copy link
Author

Hi, great collection of tools, thanks. Today the installation of html-tool did not work for me though. I don't know go, but I suppose some changes made in github.com/ericchiang/css must be the reason.
$ go install -v github.com/tomnomnom/hacks/html-tool@latest

go: finding module for package golang.org/x/net/html
go: finding module for package github.com/tomnomnom/gahttp
go: finding module for package github.com/ericchiang/css
go: found github.com/ericchiang/css in github.com/ericchiang/css v1.3.0
go: found github.com/tomnomnom/gahttp in github.com/tomnomnom/gahttp v0.0.0-20180905143706-793a49d82336
go: found golang.org/x/net/html in golang.org/x/net v0.0.0-20220624214902-1bab6f366d9e
...
../../.go/pkg/mod/github.com/tomnomnom/hacks@v0.0.0-20220622105119-51f934d4acea/html-tool/main.go:22:18: undefined: css.Compile

Hey,man I have the same problem as you.have you solved the problem yet

Sorry, but no

@Nishantbhagat57
Copy link

Simple one line installation:
go install github.com/tomnomnom/hacks/tok@master
go install github.com/tomnomnom/hacks/kxss@master
go install github.com/tomnomnom/hacks/html-tool@master
...
...
and so on

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

3 participants