nodist
nodist copied to clipboard
No release since 2019, and npm run build doesn't work
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?
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.
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,
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.
any updates on this?
Yes, looking over the merge request and checking if my NSIS is working.
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
@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?
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
I think an old go version is required :(
New release v.10.2 has been created.