我正在尝试PM2启动我的节点应用程序,我在PM2的索引错误日志中收到以下错误
Error: listen EADDRINUSE :::80
at Object.exports._errnoException (util.js:837:11)
at exports._exceptionWithHostPort (util.js:860:20)
at Server._listen2 (net.js:1231:14)
at listen (net.js:1267:10)
at Server.listen (net.js:1363:5)
at Function.app.listen (/var/www/Feed-App/node_modules/express/lib/application.js:556:24)
at Object.<anonymous> (/var/www/Feed-App/index.js:12:5)
at Module._compile (module.js:434:26)
at Object.Module._extensions..js (module.js:452:10)
at Module.load (module.js:355:32)
知道这意味着什么吗?我正在使用express.js