File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 33 "version" : " 4.0.1" ,
44 "private" : true ,
55 "scripts" : {
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"
6+ "watch" : " export NODE_OPTIONS=$(node -p \" +(process.versions.node.split('.')[0])>=17?'-- openssl-legacy-provider':'' \" ) && vue-cli-service build --mode development --watch" ,
7+ "build" : " export NODE_OPTIONS=$(node -p \" +(process.versions.node.split('.')[0])>=17?'-- openssl-legacy-provider':'' \" ) && vue-cli-service build --mode development" ,
8+ "deploy" : " export NODE_OPTIONS=$(node -p \" +(process.versions.node.split('.')[0])>=17?'-- openssl-legacy-provider':'' \" ) && vue-cli-service build --mode production"
99 },
1010 "dependencies" : {
1111 "@amcharts/amcharts4" : " ^4.10.40" ,
You can’t perform that action at this time.
0 commit comments