Open marcelkooi opened 7 years ago
We have new code on ionic2
branch. It's running on ionic2, which requires Typescript, webpack, etc. Please, check readme on that branch for details on installation.
ionic2
was merged to master. Were you able to get project running @marz0?
@diegotoral Yes I was, thanks
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 nomain.ts
file which leads me to believe that this is not the version of ionic that the project is using.