Skip to content
This repository was archived by the owner on May 23, 2024. It is now read-only.
This repository was archived by the owner on May 23, 2024. It is now read-only.

Cannon.js repository not found when trying to install aframe-physics-system using npm #193

Description

@NVFedorov

when I try to install the aframe-physics-system using npm I'm getting the following error:

npm ERR! Error while executing:
npm ERR! C:\Program Files\Git\cmd\git.EXE ls-remote -h -t ssh://git@github.com/donmccurdy/cannon.js.git
npm ERR!
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!
npm ERR! exited with error code: 128

my package.json:

{
  "name": "game-app",
  "version": "0.1.0",
  "private": true,
  "dependencies": {
    "@date-io/date-fns": "^1.3.13",
    "@material-ui/core": "^4.11.0",
    "@material-ui/icons": "^4.9.1",
    "@material-ui/lab": "^4.0.0-alpha.56",
    "@material-ui/pickers": "^3.2.10",
    "@microsoft/applicationinsights-web": "^2.5.8",
    "@microsoft/signalr": "^3.1.8",
    "@reduxjs/toolkit": "^1.4.0",
    "@testing-library/jest-dom": "^5.11.4",
    "@testing-library/react": "^11.0.4",
    "@testing-library/user-event": "^12.1.5",
    "aframe": "1.0.4",
    "aframe-environment-component": "2.0.0",
    "aframe-extras": "6.1.1",
    "aframe-look-at-component": "1.0.0",
    "aframe-physics-extras": "0.1.3",
    "aframe-physics-system": "4.0.1",
    "aframe-state-component": "7.1.0",
    "aframe-template-component": "3.2.1",
    "cannon-es": "^0.15.1",
    "date-fns": "^2.15.0",
    "history": "^4.10.1",
    "mock-geolocation": "^1.0.11",
    "node-sass": "^4.14.1",
    "query-string": "^6.13.1",
    "react": "^16.13.1",
    "react-dom": "^16.13.1",
    "react-redux": "^7.2.1",
    "react-router-dom": "^5.2.0",
    "react-scripts": "3.4.3",
    "redux-logger": "^3.0.6",
    "redux-thunk": "^2.3.0",
    "three": "^0.121.1"
  },
  "scripts": {
    "start": "set PORT=3000&&set SSL_CRT_FILE=.cert/server.crt&&set SSL_KEY_FILE=.cert/server.key&&set HTTPS=true&&set NODE_ENV=development&&react-scripts start",
    "build": "react-scripts build",
    "test": "react-scripts test",
    "eject": "react-scripts eject"
  },
  "eslintConfig": {
    "extends": "react-app"
  },
  "browserslist": {
    "production": [
      ">0.2%",
      "not dead",
      "not op_mini all"
    ],
    "development": [
      "last 1 chrome version",
      "last 1 firefox version",
      "last 1 safari version"
    ]
  }
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions