From 7d48df9830cf71c6de2f7cae3453636b5397c39d Mon Sep 17 00:00:00 2001 From: dscadmin Date: Wed, 29 Oct 2025 15:32:19 -0600 Subject: [PATCH] =?UTF-8?q?Modificaci=C3=B3n=20a=20script=20start=20en=20p?= =?UTF-8?q?ackage.json=20para=20uso=20de=20Node=2022?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index ab38a3e..7d97cdf 100644 --- a/package.json +++ b/package.json @@ -8,7 +8,7 @@ "scripts": { "build": "nest build", "format": "prettier --write \"src/**/*.ts\" \"test/**/*.ts\"", - "start": "nest start", + "start": "source ~/.nvm/nvm.sh && nvm use 22.10.0 && npm install && nest start", "start:dev": "nest start --watch", "start:debug": "nest start --debug --watch", "start:prod": "node dist/main",