linux下啟動node服務出現events.js:167 throw er; // Unhandled ‘error‘ event 的解決方法
linux下啟動node服務出現events.js:167 throw er; // Unhandled ‘error’ event 的解決方法
pi@raspberrypi:~/ftp/files/node_nmusic $ node index.js
events.js:167
throw er; // Unhandled 'error' event
^
Error: listen EACCES 0.0.0.0:80
at Server.setupListenHandle [as _listen2] (net.js:1317:19)
at listenInCluster (net.js:1382:12)
at Server.listen (net.js:1469:7)
at Function.listen (/home/pi/ftp/files/node_nmusic/node_modules/express/lib/application.js:618:24)
at Object.<anonymous> (/home/pi/ftp/files/node_nmusic/index.js:9:5)
at Module._compile (internal/modules/cjs/loader.js:689:30)
at Object.Module._extensions..js (internal/modules/cjs/loader.js:700:10)
at Module.load (internal/modules/cjs/loader.js:599:32)
at tryModuleLoad (internal/modules/cjs/loader.js:538:12)
at Function.Module._load (internal/modules/cjs/loader.js:530:3)
Emitted 'error' event at:
at emitErrorNT (net.js:1361:8)
at process._tickCallback (internal/process/next_tick.js:63:19)
at Function.Module.runMain (internal/modules/cjs/loader.js:745:11)
at startup (internal/bootstrap/node.js:266:19)
at bootstrapNodeJSCore (internal/bootstrap/node.js:596:3)
原因
linux系統如果是非root身份啟動的服務無法使用1024以下的埠
解決方案
方案1:使用1024以上的埠
方案2:使用sudo以root身份執行
相關文章
- 執行node提示:events.js:160 throw er; // Unhandled 'error' eventJSError
- throw er; // Unhandled 'error' eventError
- MQ服務啟動失敗的解決方法MQ
- linux 下啟動服務Linux
- windows time服務無法啟動的解決方法Windows
- linux下啟動監聽器出現問題的解決Linux
- 遠端服務不能啟動問題的解決方法
- ArchLinux出現ACPI ERROR的解決方法LinuxError
- CentOS 7下MySQL服務啟動失敗的解決思路CentOSMySql
- [MySQL] “MySQL 服務無法啟動”原理及解決方法MySql
- node.js啟動http服務Node.jsHTTP
- windows10提示無法啟動software protection服務的解決方法Windows
- MySQL 啟動服務報錯解決方案MySql
- Linux下 ntp 時間同步服務ntpd 出現 the NTP socket is in use, exiting 解決Linux
- 控制linux啟動的服務Linux
- [20160828]Linux SendMail服務啟動慢解決LinuxAI
- Win10系統無法啟動print spooler服務的解決方法Win10
- linux下字元介面下會出現亂碼解決方法Linux字元
- MySQL安裝後在服務裡找不到或者服務啟動不起來解決方法MySql
- Linux nohup 啟動服務且不輸出日誌Linux
- 釋出或重啟線上服務時抖動問題解決方案
- windows下啟動nacos服務Windows
- 服務啟動過程效能波動的分析與解決方案
- Linux啟動問題解決方法(轉)Linux
- Linux系統下啟動Server後發現ftp等服務不能用LinuxServerFTP
- office安裝錯誤1920提示未能啟動服務解決方法
- Maven工程 服務提供方啟動時沒有Starting ProtocolHandler的 解決方法MavenProtocol
- Win10系統開機提示無法啟動SENS服務的解決方法Win10
- VMware DHCP Service服務無法啟動問題的解決
- Linux啟動網路卡時出現RTNETLINK answers File exists錯誤解決方法Linux
- Node服務下的微信小程式微信小程式
- Ubuntu 下啟動/停止/重啟mysql服務UbuntuMySql
- Linux使用Ambari啟動服務啟動失敗Linux
- Win10系統下安全中心服務無法啟動的解決方法Win10
- Tomcat啟動報錯:Error starting static Resources解決方法TomcatError
- linux下重啟網路服務Linux
- Kali Linux常用服務配置教程啟動DHCP服務Linux
- storm 啟動異常 Error when processing eventORMError