瀏覽代碼

fix: fix build error for nodejs v18 caused by SSL lib

pull/386/head
winkidney 1 月之前
父節點
當前提交
e40ddb28cc
共有 1 個檔案被更改,包括 3 行新增3 行删除
  1. +3
    -3
      pinry-spa/package.json

+ 3
- 3
pinry-spa/package.json 查看文件

@@ -3,9 +3,9 @@
"version": "0.1.0",
"private": true,
"scripts": {
"serve": "vue-cli-service serve",
"build": "vue-cli-service build",
"lint": "vue-cli-service lint"
"serve": "NODE_OPTIONS=--openssl-legacy-provider vue-cli-service serve",
"build": "NODE_OPTIONS=--openssl-legacy-provider vue-cli-service build",
"lint": "NODE_OPTIONS=--openssl-legacy-provider vue-cli-service lint"
},
"dependencies": {
"axios": "^0.21.2",


Loading…
取消
儲存