I'm trying to learn about angular2, and I'm encountering this problem. when I type: "live-server" I get this error below:
live-server
Error: listen EACCES 0.0.0.0:8080
I try to enter the command to change the port: node-inspector --web-port = 8099 and the following message appears:
node-inspector --web-port=8099
'node-inspector' não é reconhecido como um comando interno
ou externo, um programa operável ou um arquivo em lotes.
How do I fix this?