tralves / groceries-ns-vue

🍏 🍍 🍓 A NativeScript+Vue iOS and Android app for managing grocery lists
303 stars 65 forks source link

Unexpected Token Error on First Launch Fresh Download #26

Closed seivad closed 6 years ago

seivad commented 6 years ago

I just downloaded the repo to try out and after running an npm install and tns run ios --bundle I receive the following error:


file:///app/bundle.js:281:8: JS ERROR SyntaxError: Unexpected token '...'. Expected a property name.```

The loading image launches but then crashes after a number of seconds. Does this work for anyone else?
tralves commented 6 years ago

@seivad The project was not updated correctly. I just pushed an update to use ns-vue 2.

Please update your project, rm -rf platforms and try again.