i have a hard question, i'm tring run one project with use oracledb with node but the only result i have is nothing he don't run just stop i don't know who is the problem (i'm using windows) Look image bellow to se correct response and my response
My response
Correct response
i'm put bellow to a code on packge.json i use to execute this command
"scripts": {
"start": "SET NODE_ENV=Prd node ./src/index.js",
"start:l:h": "SET NODE_ENV=Hml nodemon ./src/index.js",
"start:l:p": "SET NODE_ENV=Prd nodemon ./src/index.js",
"server:pm2:hml": "SET NODE_ENV=Hml pm2-runtime process.yml",
"server:pm2:prod": "NODE_ENV=Prd pm2-runtime process.yml",
"test": "echo \"Error: no test specified\" && exit 1"
},
i put a SET tag to in syntax but don't work.
if need more information tell me