Skip to content

Commit

Permalink
Fix builds on Node >= v17 by setting option --openssl-legacy-provider
Browse files Browse the repository at this point in the history
  • Loading branch information
leoetlino committed Apr 15, 2024
1 parent a7edb0e commit dbc26ff
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@
"private": true,
"author": "Léo Lam <[email protected]>",
"scripts": {
"serve": "vue-cli-service serve",
"build": "vue-cli-service build",
"lint": "vue-cli-service lint"
"serve": "env NODE_OPTIONS=--openssl-legacy-provider vue-cli-service serve",
"build": "env NODE_OPTIONS=--openssl-legacy-provider vue-cli-service build",
"lint": "env NODE_OPTIONS=--openssl-legacy-provider vue-cli-service lint"
},
"dependencies": {
"@fortawesome/fontawesome-free": "^5.13.0",
Expand Down

0 comments on commit dbc26ff

Please sign in to comment.