nodist icon indicating copy to clipboard operation
nodist copied to clipboard

No release since 2019, and npm run build doesn't work

Open charles-smith opened this issue 2 years ago • 8 comments

Hi,

I'm running into an issue an issue addressed by https://github.com/nullivex/nodist/issues/233, and I saw that it was fixed. There wasn't a release created for this fix, and I cannot build from source myself. I get the following error when I try to get a dependency:

go get github.com/computes/go-debug
go get: module github.com/computes/go-debug: git ls-remote -q origin in C:\Users\Charles\go\pkg\mod\cache\vcs\4348cb7ed5debb2142168dc461b0fe55da9c5b2c7cd8e0d3e09f5861d86da226: exit status 128:
        fatal: '[email protected]/go-debug' does not appear to be a git repository
        fatal: Could not read from remote repository.

        Please make sure you have the correct access rights
        and the repository exists.

It would appear the build dependency isn't on github anymore. Any chance you can rehost a local copy of it?

charles-smith avatar Jul 08 '21 20:07 charles-smith

Hello,

You are right about these issues. I haven't had a good chunk of time to get my build environment proper to make a new release. This does not mean I don't intend to.

Thank you for this report and I will look into this problem when I work on finalizing the next release.

nullivex avatar Jul 08 '21 21:07 nullivex

Hello,

We got some problems with GitHub authentication. It looks like it has been fixed already on master, but not deployed yet. Will it be released ? When should we expect it to be ?

Thanks for your work,

sl-oliviergentier avatar Aug 03 '21 13:08 sl-oliviergentier

I will do my best to make this a priority and get a release together next week. Should be some fun to upgrade the project.

nullivex avatar Aug 06 '21 03:08 nullivex

any updates on this?

markusschmitz53 avatar Aug 30 '21 09:08 markusschmitz53

Yes, looking over the merge request and checking if my NSIS is working.

nullivex avatar Sep 01 '21 19:09 nullivex

We've decided to stop using this tool as we couldn't manage to perform clean installation of it on our Teamcity agents. We coundl't wait so long for a release. Now we are using virtualisation with Docker instead to handle different version usages.

Nodist has served us for a while :) thanks for that time

sl-oliviergentier avatar Sep 09 '21 14:09 sl-oliviergentier

@nullivex Thanks for this awesome tool we too are waiting for a new release for a while now, can you please update if this is in sight?

nadavsinai-philips avatar Nov 29 '21 14:11 nadavsinai-philips

It now says :

go get github.com/marcelklehr/semver github.com/computes/go-debug
go: go.mod file not found in current directory or any parent directory.
        'go get' is no longer supported outside a module.
        To build and install a command, 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'.

trying to use install:

go install github.com/marcelklehr/semver@latest
package github.com/marcelklehr/semver is not a main package

From https://pkg.go.dev/github.com/marcelklehr/semver image

I think an old go version is required :(

Cactusbone avatar Apr 14 '22 14:04 Cactusbone

New release v.10.2 has been created.

Mairu avatar Dec 09 '23 08:12 Mairu