question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

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

See original GitHub issue

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: 'git@github.comcomputes/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?

Issue Analytics

  • State:open
  • Created 2 years ago
  • Comments:8 (3 by maintainers)

github_iconTop GitHub Comments

3reactions
sl-oliviergentiercommented, Sep 9, 2021

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

2reactions
sl-oliviergentiercommented, Aug 3, 2021

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,

Read more comments on GitHub >

github_iconTop Results From Across the Web

npm run build does not work - no build generated, script stops ...
After the 'tsc' line, it all stops executing, and my build is not generated. I recently added TypeScript and Cypress to my project...
Read more >
Command failed with exit code 1: npm run build - Netlify fix 2020
Udemy Courses:- 9 React Projects on Udemy - https://bit.ly/2D83M8c- 9 React Projects on Gumroad ...
Read more >
How to publish a npm package in four steps
Run npm init inside your git directory and follow the prompts. If you don't know what to put in a field, just leave...
Read more >
Compile and build TypeScript code using npm - Microsoft Learn
In this article. Add TypeScript support using npm; Build the application; Automate build tasks; See also. Applies to: yes Visual Studio no ......
Read more >
4 Solutions To Run Multiple Node.js or NPM Commands ...
We've all been there — you open up an app for local development and you need to run your Express/Node.js backend server and...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found