Port"已经在使用"每次服务器重启后

时间:2017-09-19 17:50:41

标签: node.js express

寻找有关特殊问题的帮助。每次我停止并重新启动服务器时,都会收到以下消息:

Jim@Jim-PC MINGW64 ~/nodeProjects/express-locallibrary-tutorial
$ npm start

> express-locallibrary-tutorial@0.0.0 start C:\Users\Jim\nodeProjects\express-locallibrary-tutorial
> node ./bin/www

Port 3300 is already in use
npm ERR! code ELIFECYCLE
npm ERR! errno 1
npm ERR! express-locallibrary-tutorial@0.0.0 start: `node ./bin/www`
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the express-locallibrary-tutorial@0.0.0 start script.
npm ERR! This is probably not a problem with npm. There is likely additional logging output above.

npm ERR! A complete log of this run can be found in:
npm ERR!     C:\Users\Jim\AppData\Roaming\npm-cache\_logs\2017-09-19T17_39_10_578Z-debug.log

我将端口更改为3301,它可以正常工作。我停止并重新启动服务器并收到3301已在使用中的错误。我将端口更改为3302并且可以正常工作。停止并启动并获得3302已在使用中的错误。

几天前我停止使用nodemon在另一个应用程序上遇到同样的问题,它停止了。对于这个应用程序,我安装了nodemon,但不是全局的,遇到问题并卸载它。但问题仍然存在。

如果有人遇到这个问题,我会很感激有关解决方案的任何想法。

0 个答案:

没有答案