Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我和另一个人正在处理相同的文件(php、js)。
我们运行:npm start为了在我们的 .js 文件中编译我们的更改,也使用 webpack。
npm start
我们都通过 putty 连接到主服务器。
但是如果我已经在编译 NodeJSnpm start并且他希望你npm start也从他的终端运行会发生什么?
好吧,可以同时从 2 个终端 a 运行npm star,我和我的同事都没有问题,我们都可以在控制台中看到 webpack 消息。
npm star