Givdo / givdo_app_old

Givdo Multiplatform App
0 stars 0 forks source link

Unable to run development environment #92

Open marcelkooi opened 7 years ago

marcelkooi commented 7 years ago

There are a number of different issues when attempting to run the app locally. Many of them seem to be related to uninstalled/out-of-date packages.

For those who can run the app locally, I'm curious what version of ionic you are using? When running npm list -g ionic it's returning that I'm using version 3.5.0. Is this version too new? It wants me to install typescript and then complains that there is no main.ts file which leads me to believe that this is not the version of ionic that the project is using.

diegotoral commented 7 years ago

We have new code on ionic2branch. It's running on ionic2, which requires Typescript, webpack, etc. Please, check readme on that branch for details on installation.

diegotoral commented 7 years ago

ionic2 was merged to master. Were you able to get project running @marz0?

marcelkooi commented 7 years ago

@diegotoral Yes I was, thanks