You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 17, 2026. It is now read-only.
Getting the following when using npm install while following the guide:
npm WARN EBADENGINE Unsupported engine {
npm WARN EBADENGINE package: 'aframe@1.1.0',
npm WARN EBADENGINE required: { node: '>= 4.6.0', npm: '^2.15.9' },
npm WARN EBADENGINE current: { node: 'v16.10.0', npm: '7.6.0' }
npm WARN EBADENGINE }
info: please complete authentication in your browser...etavuln:calculate:security-advisory:webpack-dev-server:mZ0LjYE/c
npm ERR! code 128
npm ERR! command failed
npm ERR! command git ls-remote ssh://git@github.com/donmccurdy/cannon.js.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.
Not sure why this is happening. any help would be appreciated.