Closed seuplus closed 7 years ago
Does osx prevent you from binding a low port number as a regular user? Is the port in use? It is failing to bind due to permissions.
On Jun 23, 2017 10:17 PM, "seuplus" notifications@github.com wrote:
Hi. I like Up1 very much but fail to run it locally on MacOS and Ubuntu. I follow the Quick start https://github.com/Upload/Up1#quick-start to install it. When I run it with: node node server.js, I have the following errors:
MacOS
— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/Upload/Up1/issues/71, or mute the thread https://github.com/notifications/unsubscribe-auth/AArlsh25b-0ohZ5NPU7c5uq8Q_IRx4CJks5sHHHJgaJpZM4OEMML .
Great advice! Thank you Sir.
It really works when I change listen port from 80
to 8080
in server.conf
.
Or add sudo
before node server.js
.
Hi. I like Up1 very much but fail to run it locally on MacOS and Ubuntu.
I follow the
Quick start
to install it. But when I run it with: nodenode server.js
, the following errors occur:MacOS:
Ubuntu 16.04 LTS: