You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
yxsc-net6/vol-vue3/run启动异常说明.txt

11 lines
419 B

双击run.bat启动异常
使用cmd输入node -v查看版本如果是18.+版本,请将package.json中第五行scripts中的内容替换为
"scripts": {
"serve": " SET NODE_OPTIONS=--openssl-legacy-provider && vue-cli-service serve",
"build": "SET NODE_OPTIONS=--openssl-legacy-provider && vue-cli-service build",
"test:unit": "vue-cli-service test:unit",
"lint": "vue-cli-service lint"
}