Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ERR! code 128 #5

Open
JustinDBruce opened this issue Sep 23, 2021 · 3 comments
Open

ERR! code 128 #5

JustinDBruce opened this issue Sep 23, 2021 · 3 comments

Comments

@JustinDBruce
Copy link

Getting the following when using npm install while following the guide:
npm WARN EBADENGINE Unsupported engine {
npm WARN EBADENGINE package: '[email protected]',
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://[email protected]/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.

@CSDUMMI
Copy link

CSDUMMI commented Sep 24, 2021

What version of npm are you using?

@CSDUMMI
Copy link

CSDUMMI commented Sep 24, 2021

It seems to be a version issue?

@JustinDBruce
Copy link
Author

JustinDBruce commented Nov 18, 2021

npm version 7.6.0. I updated to 8.1.3 and was able to run npm install.
I then tried to execute: npm run build-ext
and got

npm ERR! Missing script: "build-ext"
npm ERR!
npm ERR! To see a list of scripts, run:
npm ERR! npm run

npm ERR! A complete log of this run can be found in:
npm ERR! C:\Users\Justin\AppData\Local\npm-cache_logs\2021-11-18T20_20_32_657Z-debug.log

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants