Answer the question
In order to leave comments, you need to log in
Answer the question
In order to leave comments, you need to log in
ps l | grep node
look at pid (usually 3rd column) kill -9 {pid}
where {pid} is the pid from the previous
ps command use the pm2 utility to run it in production
kill
stop script and eat kill nodejs.
How else do you want to stop him?
Well, yes, use pm2/supervisor/etc
@media (max-width: 480px) {
.sidebar {display:none;}
{
$('.show_sidebar').on('click',function(){
$('.sidebar').slideToggle(500);
});
$('.show_sidebar').click(function(){
$('.sidebar').slideToggle(500);
});
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question