We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 17e3fd4 commit 4d9a1ddCopy full SHA for 4d9a1dd
package.json
@@ -3,9 +3,9 @@
3
"version": "4.0.1",
4
"private": true,
5
"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"
+ "watch": "NODE_OPTIONS=--openssl-legacy-provider vue-cli-service build --mode development --watch",
+ "build": "NODE_OPTIONS=--openssl-legacy-provider vue-cli-service build --mode development",
+ "deploy": "NODE_OPTIONS=--openssl-legacy-provider vue-cli-service build --mode production"
9
},
10
"dependencies": {
11
"@amcharts/amcharts4": "^4.10.40",
0 commit comments