Me and another person are working on the same files (php, js).
We run: npm start
in order to compile our changes in our .js files, with webpack also.
We both connect to the main server throught putty.
But what happen if I'm already compiling NodeJS with npm start
and he wants tu run npm start
too from his terminal?