You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
> [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
The text was updated successfully, but these errors were encountered:
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.
Got this error when I run npm run watch
The text was updated successfully, but these errors were encountered: