getJS icon indicating copy to clipboard operation
getJS copied to clipboard

issue installing

Open killmasta93 opened this issue 2 years ago • 3 comments

HI Currently trying to install running

go install github.com/003random/getJS@latest

im getting this

go: finding module for package github.com/logrusorgru/aurora
go: finding module for package github.com/PuerkitoBio/goquery
go: finding module for package github.com/spf13/pflag
go: found github.com/PuerkitoBio/goquery in github.com/PuerkitoBio/goquery v1.8.0
go: found github.com/logrusorgru/aurora in github.com/logrusorgru/aurora v2.0.3+incompatible
go: found github.com/spf13/pflag in github.com/spf13/pflag v1.0.5

i also tried

go get -u github.com/003random/getJS@latest                                                                                                                                                                                         
go: downloading github.com/logrusorgru/aurora v0.0.0-20200102142835-e9ef32dff381
go: downloading github.com/spf13/pflag v0.0.0-20170417173400-9e4c21054fa1
go: downloading golang.org/x/net v0.0.0-20220412020605-290c469a71a5
go: downloading golang.org/x/sys v0.0.0-20211216021012-1d35b9e2eb4e
go get: installing executables with 'go get' in module mode is deprecated.
        To adjust and download dependencies of the current module, use 'go get -d'.
        To install using requirements of the current module, use 'go install'.
        To install ignoring the current module, use 'go install' with a version,
        like 'go install example.com/cmd@latest'.
        For more information, see https://golang.org/doc/go-get-install-deprecation
        or run 'go help get' or 'go help install'.
go get: added github.com/003random/getJS v0.0.0-20220318111727-2f687c7fce08
go get: added github.com/PuerkitoBio/goquery v1.8.0
go get: upgraded github.com/logrusorgru/aurora v0.0.0-20200102142835-e9ef32dff381 => v2.0.3+incompatible
go get: upgraded github.com/spf13/pflag v0.0.0-20170417173400-9e4c21054fa1 => v1.0.5
go get: upgraded golang.org/x/net v0.0.0-20190620200207-3b0461eec859 => v0.0.0-20220412020605-290c469a71a

Thank you

killmasta93 avatar Apr 17 '22 17:04 killmasta93

Same issue

umarahmad125 avatar Jul 31 '22 01:07 umarahmad125

I'm having the same issue.... please help.......

getapi010 avatar Sep 09 '22 14:09 getapi010

check in ~/root/go/bin/ folder you'll get getJS installed

copy it from here to /usr/bin/ folder to use it from anywhere

for checking, if its installed or not, try /root/go/bin/getJS -h

cyb3rzest avatar Mar 15 '23 19:03 cyb3rzest