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

fix: waterline dependency is pointing to GitHub. Should it point to an npm version? #111

Open
luislobo opened this issue May 22, 2023 · 0 comments

Comments

@luislobo
Copy link

I've been working on sails-mongo, and on some occasions when testing npm caching, I was getting a weird git error:

npm ERR! code 128
npm ERR! An unknown git error occurred
npm ERR! command git --no-replace-objects ls-remote ssh://git@github.com/balderdashy/waterline.git
npm ERR! No user exists for uid [10](https://github.com/luislobo/sails-mongo/actions/runs/5040708917/jobs/9039730428#step:6:11)01
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:
npm ERR!     /github/home/.npm/_logs/[20](https://github.com/luislobo/sails-mongo/actions/runs/5040708917/jobs/9039730428#step:6:21)23-05-22T01_10_22_639Z-debug-0.log

After digging a little I saw that this repo is requiring waterline from GitHub.
Is this really necessary?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

1 participant