freeCodeCamp / arcade-mode

A repo for algorithm and data structures interview practice app
BSD 3-Clause "New" or "Revised" License
25 stars 33 forks source link

Porting problems from RosettaCode #33

Closed NitronR closed 6 years ago

tpoikela commented 6 years ago

I cannot get bin/js2json_challenges.js running. Is gulp watch-dev working for you? I get Syntax Error: Unterminated template. Looks like it's pointing to Element-wise operation challenge.

NitronR commented 6 years ago

I use npm run watch-dev to start watch-dev and it does work. I will check the Element-wise operation challenge. When I made the pull request for the challenge, it didn't show any errors on watch-dev or in the unit testing.

NitronR commented 6 years ago

I ran watch-dev again. It shows no error. Then I used git checkout to update the challenge file and then ran watch-dev and got the same error as yours. At line 10 there were some unusual character that caused the syntax error. I have resolved the error and have added the file to this pull request. Merge and check if it works for you.