Skip to content

Commit 4d9a1dd

Browse files
committed
enable higher node version
1 parent 17e3fd4 commit 4d9a1dd

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@
33
"version": "4.0.1",
44
"private": true,
55
"scripts": {
6-
"watch": "vue-cli-service build --mode development --watch",
7-
"build": "vue-cli-service build --mode development",
8-
"deploy": "vue-cli-service build --mode production"
6+
"watch": "NODE_OPTIONS=--openssl-legacy-provider vue-cli-service build --mode development --watch",
7+
"build": "NODE_OPTIONS=--openssl-legacy-provider vue-cli-service build --mode development",
8+
"deploy": "NODE_OPTIONS=--openssl-legacy-provider vue-cli-service build --mode production"
99
},
1010
"dependencies": {
1111
"@amcharts/amcharts4": "^4.10.40",

0 commit comments

Comments
 (0)