Problem analysis
Error: 0308010c: digital envelope routines:: Unsupported
This error is due to the recent release of OpenSSL 3.0 in node.js V17, which adds strict restrictions on allowed algorithms and key sizes, which may have some impact on the ecosystem.
Some applications that worked fine before node.js V17 may throw the following exceptions in V17:
At present, this problem can be temporarily solved by running the following command line
export NODE_OPTIONS=–openssl-legacy-provider
Read More:
- [Solved] Vue Error: error:0308010C:digital envelope routines::unsupported
- [Solved] NPM Start Project Error: ‘Error: error:0308010C:digital envelope routines::unsupported’
- Error: error:0308010C:digital envelope routines::unsupported [How to Solve]
- [Solved] Error: error:0308010C:digital envelope routines::unsupported
- [Solved] Error: error:0308010C:digital envelope routines::unsupported
- [Solved] Node.js v17 npm run dev Error: opensslErrorStack
- npm run dev Error: opensslErrorStack: [ ‘error:03000086:digital envelope routines::initialization error‘ ]
- vue-elemnt-admin npm run dev [How to Solve]
- NPM run dev runs the Vue project and reports an error: Node Sass does not yet support your current environment
- [Solved] Nuxt Import qrcodejs2.js / QRCode.js Error: document is not defined
- [Solved] To install it, you can run: npm install –save core-js/modules/es.error.cause.js
- [Solved] NPM err! Cannot read property ‘parent’ of null npm ERR! A complete log of this run can be found in: npm ERR!
- ‘webpack dev server’ is not an internal or external command, nor is it a runnable program or batch file. Solution: error in cnpm run dev:
- [Solved] npm run start Error: Exit status 3221225477
- [Solved] npm run start Run Error: Missing script: “start“
- [Solved] NPM node ERROR in main..js from Terser ChildProcessWorker.initialize Excaption
- Vue Use ‘npm run dev’ Error: Error: Unknown option ‘–inline‘ [How to Solve]
- Nuxt integrate with qiankun as the main application Error: SKIP_BECAUSE_BROKEN
- “Failed to load resource: net::ERR_FILE_NOT_FOUND” error. The project created by vue-cli 3.0 can run under dev, and an error is reported after packaging, and the page is blank.
- [Solved] npm Install vuex Error: npm ERR! code ERESOLVE