From a0a9c827e0f157bf60c523c1a8d5fc38a5be5d80 Mon Sep 17 00:00:00 2001 From: dscadmin Date: Tue, 20 May 2025 18:32:42 -0600 Subject: [PATCH] =?UTF-8?q?Modificaci=C3=B3n=20a=20script=20start=20para?= =?UTF-8?q?=20uso=20de=20Node=2022?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 68a7717..1ebe369 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,7 @@ "main": "index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1", - "start": "node index.js" + "start": "source ~/.nvm/nvm.sh && nvm use 22.10.0 && npm install && node index.js" }, "keywords": [], "author": "", @@ -18,4 +18,4 @@ "jsonwebtoken": "^9.0.2", "mysql2": "^3.14.1" } -} \ No newline at end of file +}