Modificación a script start para uso de Node 22
This commit is contained in:
+2
-2
@@ -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"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user