I have a Pi 3 all set up with node. I am having trouble starting the main module of the project.
The js module is /home/pi/aws_proxy/app/main.js.
The following is reported when I try and start the module:
/home/pi/aws_proxy/app/main.js: 1: /home/pi/aws_proxy/app/main.js:
: not found
/home/pi/aws_proxy/app/main.js: 2: /home/pi/aws_proxy/app/main.js: Syntax error: "(" unexpected
What Am I missing? Any assistance appreciated