添加SET NODE_OPTIONS=--openssl-legacy-provider后解决
"scripts": {
"dev": "SET NODE_OPTIONS=--openssl-legacy-provider && vue-cli-service serve",
}
原文链接:解决Error: error:0308010C:digital envelope routines::unsupported的四种解决方案-优快云博客
添加SET NODE_OPTIONS=--openssl-legacy-provider后解决
"scripts": {
"dev": "SET NODE_OPTIONS=--openssl-legacy-provider && vue-cli-service serve",
}
原文链接:解决Error: error:0308010C:digital envelope routines::unsupported的四种解决方案-优快云博客
2423
928

被折叠的 条评论
为什么被折叠?