赞
踩
95% emitting CompressionPlugin ERROR Error: error:0308010C:digital envelope routines::unsupported
Error: error:0308010C:digital envelope routines::unsupported
解决方法:
修改 package.json 文件的 scripts 的 dev
切换成 SET NODE_OPTIONS=--openssl-legacy-provider && vue-cli-service serve
"scripts": {
"dev": "SET NODE_OPTIONS=--openssl-legacy-provider && vue-cli-service serve",
"start": "vue-cli-service serve",
"build:prod": "vue-cli-service build",
"build:stage": "vue-cli-service build --mode staging",
"preview": "node build/index.js --preview",
"lint": "eslint --ext .js,.vue src"
},
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。