Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Catch EACCES error due to missing permission on port 443 and 80. #11

Closed
daquinoaldo opened this issue Apr 18, 2019 · 0 comments · Fixed by #13
Closed

Catch EACCES error due to missing permission on port 443 and 80. #11

daquinoaldo opened this issue Apr 18, 2019 · 0 comments · Fixed by #13
Assignees

Comments

@daquinoaldo
Copy link
Owner

On linux root permissions are required for ports 443 and 80.

The script should continue to be run without root permissions, but should catch the error and ask for sudo if required.

@daquinoaldo daquinoaldo self-assigned this Apr 18, 2019
@daquinoaldo daquinoaldo added this to the v4.1 milestone Apr 18, 2019
daquinoaldo added a commit that referenced this issue Apr 23, 2019
Fixes a brutal crash in case of address 443 or 80 already in use
on the machine and if the script is not runned under sudo on linux.
The script exit, but writing an error message and a tip on how to
resolve.

Update README consequently.

Upgrade minimum node version to 8.
@daquinoaldo daquinoaldo mentioned this issue Apr 23, 2019
10 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant