做网站公示,房产网站cms,品牌app定制开发,上海十大外贸公司错误原因#xff1a;
新版本的nodejs使用的openssl和旧版本不同#xff0c;导致出错
解决方法#xff1a;
1.将node版本重新换回16.x 2 windows 下 在package.json文件下添加set NODE_OPTIONS--openssl-legacy-provider scripts: {dev
新版本的nodejs使用的openssl和旧版本不同导致出错
解决方法
1.将node版本重新换回16.x 2 windows 下 在package.json文件下添加set NODE_OPTIONS--openssl-legacy-provider scripts: {dev: set NODE_OPTIONS--openssl-legacy-provider vue-cli-service serve,build:prod: set NODE_OPTIONS--openssl-legacy-provider vue-cli-service build,build:stage: vue-cli-service build --mode staging,preview: node build/index.js --preview,lint: eslint --ext .js,.vue src},