Advertisement
Guest User

Untitled

a guest
Jun 26th, 2019
85
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.20 KB | None | 0 0
  1. x = child_process.exec("npm run webpack-dev-server");```
  2.  
  3. I expect the pid to be of the webpack dev server (I find the pid by using `lsof -i tcp:5000`), but it isn't of the webpack dev server.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement