Problem allowing NodeJS to listen to ports below 1024 #4162
-
After following the instructions in MeshCentral Insaller's Guide section 6 (Ubuntu 18.04), I'm running into the following problem.
It appears like the |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
I found the answer to my question: |
Beta Was this translation helpful? Give feedback.
I found the answer to my question:
Running
which node
provides the path I need to specify for thesetcap
command, which in my case looks something like this:/home/user/.nvm/versions/node/v16.15.1/bin/node
So I used this path instead of the one suggested in the manual (
/usr/bin/node
)Cheers.