From 774efe062f9ecda1486821eb21e480956931b519 Mon Sep 17 00:00:00 2001 From: simon987 Date: Wed, 3 Apr 2024 14:27:17 -0400 Subject: [PATCH] Fix for newer node version in debug script --- sist2-vue/watch.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/sist2-vue/watch.sh b/sist2-vue/watch.sh index 659bd89..347147a 100755 --- a/sist2-vue/watch.sh +++ b/sist2-vue/watch.sh @@ -1,3 +1,5 @@ #!/usr/bin/env bash +export NODE_OPTIONS=--openssl-legacy-provider + ./node_modules/@vue/cli-service/bin/vue-cli-service.js build --watch \ No newline at end of file