-
Notifications
You must be signed in to change notification settings - Fork 2
Description
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.