I am facing an issue with my GitHub repo where I am trying to install Clockwork SMS using npm. However, the console is showing an error message "Uncaught SyntaxError: Unexpected identifier". You can find the website here: .
To explain further, I am working on sending a message to a phone via Clockwork. When I try to run
$ npm install https://github.com/mediaburst/node-clockwork
, I encounter the "Uncaught SyntaxError: Unexpected identifier" error in the console as shown below:
https://i.sstatic.net/6QctP.png
I would appreciate any assistance. Thank you.