I have started npm start
with screen for make node instant executable forever. but now I want to stop npm process. so how can I stop it?
I have executed below commands
> screen
> npm start
then pressed CTRL+A and then CTRL+D for closing screen session and then exit from terminal.
Now, how can I stop that npm job?