aframe icon indicating copy to clipboard operation
aframe copied to clipboard

Dependencies in packages.json should be only from npmjs.

Open faddiv opened this issue 5 years ago • 3 comments

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:

faddiv avatar Nov 25 '19 11:11 faddiv

Also having this issue on GitHub Actions.

nyan-left avatar Jan 06 '21 14:01 nyan-left

Having the same issue here, npm i fails on my pipelines

image

mdl-andriantam avatar Feb 25 '21 02:02 mdl-andriantam

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

eherve avatar Sep 08 '22 11:09 eherve

see https://github.com/aframevr/aframe/issues/5057#issuecomment-1139651867

vincentfretin avatar Oct 17 '22 16:10 vincentfretin