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

npm run watch failed error #300

Closed
stanleyseow opened this issue Aug 31, 2023 · 1 comment
Closed

npm run watch failed error #300

stanleyseow opened this issue Aug 31, 2023 · 1 comment
Labels

Comments

@stanleyseow
Copy link

Got this error when I run npm run watch

> [email protected] watch
> npm run build -- --mode development --watch


> [email protected] build
> vue-cli-service build --target lib --name vue-beautiful-chat --formats umd-min src/index.js --mode development --watch


|  Building for development as library (umd-min)...node:internal/crypto/hash:69
  this[kHandle] = new _Hash(algorithm, xofLen);
                  ^

Error: error:0308010C:digital envelope routines::unsupported
    at new Hash (node:internal/crypto/hash:69:19)
    at Object.createHash (node:crypto:133:10)
    at module.exports (C:\Users\stanl\Documents\github\vue-beautiful-chat\node_modules\webpack\lib\util\createHash.js:135:53)
    at NormalModule._initBuildHash (C:\Users\stanl\Documents\github\vue-beautiful-chat\node_modules\webpack\lib\NormalModule.js:417:16)
    at handleParseError (C:\Users\stanl\Documents\github\vue-beautiful-chat\node_modules\webpack\lib\NormalModule.js:471:10)
    at C:\Users\stanl\Documents\github\vue-beautiful-chat\node_modules\webpack\lib\NormalModule.js:503:5
    at C:\Users\stanl\Documents\github\vue-beautiful-chat\node_modules\webpack\lib\NormalModule.js:358:12
    at C:\Users\stanl\Documents\github\vue-beautiful-chat\node_modules\loader-runner\lib\LoaderRunner.js:373:3
    at iterateNormalLoaders (C:\Users\stanl\Documents\github\vue-beautiful-chat\node_modules\loader-runner\lib\LoaderRunner.js:214:10)
    at Array.<anonymous> (C:\Users\stanl\Documents\github\vue-beautiful-chat\node_modules\loader-runner\lib\LoaderRunner.js:205:4) {
  opensslErrorStack: [ 'error:03000086:digital envelope routines::initialization error' ],
  library: 'digital envelope routines',
  reason: 'unsupported',
  code: 'ERR_OSSL_EVP_UNSUPPORTED'
}

Node.js v18.17.0
Copy link

stale bot commented Dec 15, 2023

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

@stale stale bot added the stale label Dec 15, 2023
@stale stale bot closed this as completed Feb 11, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant