node.js 解决error:03000086:digital envelope routines::initialization error
在config.js
添加:
SET NODE_OPTIONS=--openssl-legacy-provider 用"&&"连接
"scripts": { "dev": "SET NODE_OPTIONS=--openssl-legacy-provider && "}
在config.js
添加:
SET NODE_OPTIONS=--openssl-legacy-provider 用"&&"连接
"scripts": { "dev": "SET NODE_OPTIONS=--openssl-legacy-provider && "}