Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

404 when attempting to install napi-argv_float #2714

Closed
2 tasks done
loamietom opened this issue Jul 31, 2024 · 5 comments
Closed
2 tasks done

404 when attempting to install napi-argv_float #2714

loamietom opened this issue Jul 31, 2024 · 5 comments
Labels
Bug Something isn't working. status: Done Issue or pull request marked as completed in the project backlog.

Comments

@loamietom
Copy link

loamietom commented Jul 31, 2024

Description

When I have deleted my package-lock.json and node_modules folder I am seeing this error:

❯ npm i
npm ERR! code 128
npm ERR! An unknown git error occurred
npm ERR! command git --no-replace-objects ls-remote ssh://git@github.com/stdlib-js/napi-argv_float.git
npm ERR! ERROR: Repository not found.
npm ERR! fatal: Could not read from remote repository.
npm ERR!
npm ERR! Please make sure you have the correct access rights
npm ERR! and the repository exists.

npm ERR! A complete log of this run can be found in: /Users/tomhill/.npm/_logs/2024-07-31T02_01_18_760Z-debug-0.log

I have one dependency on stdlib in my package.json

"@stdlib/stats-base": "^0.3.1",

And a dev dependency on @stdlib/types

"@stdlib/types": "^0.3.2",

This issue has only come up after I removed my node_modules and has occured in the last few days.

Let me know if you need further info.

- delete node_modules
- npm i

Version

0.3.1

Environments

Node.js

Node.js / npm Version

Node 18.19.1 / npm 10.2.4

Platform

macOS

Checklist

  • Read and understood the Code of Conduct.
  • Searched for existing issues and pull requests.
@stdlib-bot
Copy link
Contributor

👋 Hi there! 👋

And thank you for opening your first issue! We will get back to you shortly. 🏃 💨

@Planeshifter
Copy link
Member

@loamietom Thanks for bringing this to our attention and apologies for the issue. We are able to reproduce and will look into fixing this ASAP.

@loamietom
Copy link
Author

Cheers - thanks @Planeshifter 🙏

@kgryte kgryte added Bug Something isn't working. status: In Progress Issue or pull request which is in progress. labels Jul 31, 2024
@Planeshifter
Copy link
Member

@loamietom This should now be resolved. After blowing away package-lock.json and node_modules, I am now able to install the latest version of @stdlib/stats-base again. We had wrong dependencies in a PR that was merged a while ago and which subsequently caused the issue you encountered after we released a new round of package updates over the last few days. Please let us know if you encounter any further issues; if not, we will close this issue out soon. Thanks again for bringing this to our attention!

@loamietom
Copy link
Author

loamietom commented Aug 1, 2024

Hi @Planeshifter - yes I have just tried to reinstall and worked fine this time. Thanks so much, I appreciate your quick response.

@kgryte kgryte added status: Done Issue or pull request marked as completed in the project backlog. and removed status: In Progress Issue or pull request which is in progress. labels Aug 1, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug Something isn't working. status: Done Issue or pull request marked as completed in the project backlog.
Projects
None yet
Development

No branches or pull requests

4 participants