Git Product home page Git Product logo

Comments (3)

ankitpokhrel avatar ankitpokhrel commented on May 13, 2024

Hi @Poil I am not able to reproduce the issue. I tried with go1.13 (and above) and the installation seems to be working fine. Could you please provide more context?

from jira-cli.

dja-fr avatar dja-fr commented on May 13, 2024

Hello,

Same here :

go get github.com/ankitpokhrel/jira-cli/cmd/jira
cannot find package "github.com/russross/blackfriday/v2" in any of:
        c:\go\src\github.com\russross\blackfriday\v2 (from $GOROOT)
        C:\Users\dja\go\src\github.com\russross\blackfriday\v2 (from $GOPATH)
cannot find package "github.com/hashicorp/hcl/hcl/printer" in any of:
        c:\go\src\github.com\hashicorp\hcl\hcl\printer (from $GOROOT)
        C:\Users\dja\go\src\github.com\hashicorp\hcl\hcl\printer (from $GOPATH)

My environnement

  • windows
  • go version 1.15.7

Could be related to : russross/blackfriday#500 ?

from jira-cli.

ankitpokhrel avatar ankitpokhrel commented on May 13, 2024

I think we don't have this issue when using go install which is now a recommended way to install the executables.

From the docs:

go install, with or without a version suffix (as described above), is now the recommended way to build and install packages in module mode. go get should be used with the -d flag to adjust the current module's dependencies without building packages, and use of go get to build and install packages is deprecated. In a future release, the -d flag will always be enabled.

Also, since there are executables available for supported platforms now (see releases), installation should not be a problem.

I will close this issue but feel free to comment if you feel like this topic is unanswered.

from jira-cli.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.