DanWahlin/CustomerManager

App does not work on Ubuntu 13.10

adilfulara opened this issue · 1 comments

Node - 0.10.15
Mongodb - 2.4.8

Steps to reproduce:

  1. Clone repo
  2. use mongo shell to setup db.
  3. run npm install ( in folder containing package.json )
  4. run node app.'s ( in server folder )
  5. navigate to http://localhost:3000/

Observed Result:
Blank Page with Title - Customer Manager

Noticed the following errors on Chrome console
Uncaught SyntaxError: Unexpected token < tweenMax.min.js:1
Uncaught SyntaxError: Unexpected token < :3000/scripts/main.js:1

Adil

Thanks for the information - I appreciate it. I don't have a way to test on Ubuntu unfortunately. Based on the errors it could be some type of encoding issue since I know there aren't any issues with those particular scripts (tweenMax is a 3rd party script). If you're able to explore it at all and find anything please let me know. Thanks again.