function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Roger PavelleRoger Pavelle 

Quickstart: Heroku Connect project - Node.js issue

I can't get the Node.js program to work.  I get a "Syntax Error: Unexpected identifier"
It was working for a while, but I'm not sure what happened or how to get things to work again.
I've tried uninstalling and reinstalling seveal times, but the issue persists.

Any ideas?
Anuj PatelAnuj Patel
As we discussed earlier, you have to tell your anti virus not to quarntine the EXE file. That will be the only way you can do it. Put it in safe list.


Please mark it as the best answer if you find it useful.

Thanks,
Anuj.
 
Roger PavelleRoger Pavelle
I think this is different.  I can log into Heroku via a command prompt now.
I'm at the point in the project (step 4) that I've modified the setup.js file (via notepad).  The next step says to restart Node.js and set the DATABASE_URL.  I can't do this in Node.js since I get the syntax error message noted.  I can do it in a regular command prompt, but the next step doesn't work (git commit -am...).

So, what am I missing?