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

Error when installing fuzz @jazzer.js/core #771

Closed
PoppingSnack opened this issue Jan 29, 2024 · 1 comment
Closed

Error when installing fuzz @jazzer.js/core #771

PoppingSnack opened this issue Jan 29, 2024 · 1 comment

Comments

@PoppingSnack
Copy link

When I followed instruction npm install --save-dev @jazzer.js/core to install jazzer.js, I got the following error.
Please tell me why and how to solve it.
System:win10
nodejs:v18.19.0
npm: 10.2.3

D:\test\ci-fuzz-cli-tutorials-main\js_ts\nodejs-js>npm install --save-dev @jazzer.js/core
npm ERR! code 1
npm ERR! path D:\test\ci-fuzz-cli-tutorials-main\js_ts\nodejs-js\node_modules\@jazzer.js\fuzzer
npm ERR! command failed
npm ERR! command C:\windows\system32\cmd.exe /d /s /c prebuild-install --runtime napi || npm run prebuild
npm ERR! > @jazzer.js/fuzzer@2.1.0 prebuild
npm ERR! > prebuild --runtime napi --backend cmake-js --all --strip --verbose
npm ERR! prebuild-install warn install unable to verify the first certificate
npm ERR! 'prebuild' �����ڲ����ⲿ���Ҳ���ǿ����еij���
npm ERR! ���������ļ���
@bertschneider
Copy link
Contributor

Jazzer.js requires a prebuild native binary, which is downloaded from GitHub during the installation phase. The error message looks like a network issue caused by a proxy, could that be the case? Please try to lookup the error message in combination with npm, there are quite some problem reports.

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