-
-
Notifications
You must be signed in to change notification settings - Fork 6.3k
xxhash64
Not supported on Node v16 and openssl 1.1.1f
#6806
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
Comments
Could you provide a reproduction repo? Because it works well in our tests, which runs on Node.js v16 |
xxhash64
Not supported on Node v16 amd openssl 1.1.1fxxhash64
Not supported on Node v16 and openssl 1.1.1f
The issue is gone for some reason now. node -e "require('crypto').createHash('xxhash64')" just work? |
I'm seeing this issue too after upgrading to beta 7:
|
Getting an error on node 16 too:
|
|
If anyone still encounters this error, please open a new issue with a minimal reproduction. |
@sodatea The custom webpack implementation was added in 5.54.0 but my setup has installed 5.50.0 and stays there. How would I force the webpack version? Shouldn't resolving dependencies catch this? |
I have same issue on the nodejs 16 |
Version
5.0.0-beta.7
Environment info
Steps to reproduce
Run latest vue-cli v5.0.0-beta.7 or run command:
node -e "require('crypto').createHash('xxhash64', { encoding: 'hex' })"
What is expected?
Create
xxhash64
and serve without errorWhat is actually happening?
NodeJS error
Error: Digest method not supported
The text was updated successfully, but these errors were encountered: