From a5ad36f3539bd81e9a1340add25bbcf1767186df Mon Sep 17 00:00:00 2001 From: scottqueen-bixal Date: Wed, 17 Jan 2024 13:56:36 -0500 Subject: [PATCH] try passing legacy provider to node options --- package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index cf27aeb70f..8e19953105 100644 --- a/package.json +++ b/package.json @@ -5,9 +5,9 @@ "license": "See license in CONTRIBUTING.md", "repository": "https://github.com/GSA/usagov-benefits-eligibility", "scripts": { - "dev": "gulp && nuxt", - "build": "gulp && nuxt build", - "start": "gulp && nuxt start", + "dev": "export NODE_OPTIONS=--openssl-legacy-provider gulp && nuxt", + "build": "export NODE_OPTIONS=--openssl-legacy-provider gulp && nuxt build", + "start": "export NODE_OPTIONS=--openssl-legacy-provider gulp && nuxt start", "generate": "gulp && nuxt generate", "lint:js": "eslint --ext \".js,.vue\" --ignore-path .gitignore .", "sonarqube": "npm test && ./sonar_scanner_cli.bash",