aframe
aframe copied to clipboard
Dependencies in packages.json should be only from npmjs.
Description: In the dependencies there are two dependency which is pulled from github: "debug": "ngokevin/debug#noTimestamp", "document-register-element": "dmarcos/document-register-element#8ccc532b7f3744be954574caf3072a5fd260ca90", These breaks the npm install if it runs behind a proxy which doesn't allow github.
Error: npm ERR! Error while executing: npm ERR! C:\Program Files\Git\cmd\git.EXE ls-remote -h -t ssh://[email protected]/ngokevin/debug.git npm ERR! npm ERR! ssh: connect to host github.com port 22: Connection refused 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! npm ERR! exited with error code: 128
Error2: npm ERR! Error while executing: npm ERR! C:\Program Files\Git\cmd\git.EXE ls-remote -h -t ssh://[email protected]/dmarcos/document-register-element.git npm ERR! npm ERR! ssh: connect to host github.com port 22: Connection refused 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! npm ERR! exited with error code: 128
- A-Frame Version: 0.9.2
- Platform / Device: Windows 10 behing proxy
- Reproducible Code Snippet or URL:
Also having this issue on GitHub Actions.
Having the same issue here, npm i fails on my pipelines
Same here, we are using AWS pipeline :
npm ERR! Error while executing:
npm ERR! /usr/bin/git ls-remote -h -t ssh://[email protected]/dmarcos/three-bmfont-text.git
npm ERR!
npm ERR! Warning: Permanently added the RSA host key for IP address '140.82.121.3' to the list of known hosts.
npm ERR! [email protected]: Permission denied (publickey).
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!
npm ERR! exited with error code: 128
see https://github.com/aframevr/aframe/issues/5057#issuecomment-1139651867