typeorm / ionic-example

Example project to demonstrate TypeORM in an Ionic app
67 stars 56 forks source link

Fails to run #33

Open gnesher opened 5 years ago

gnesher commented 5 years ago

Running ionic serve results in the following error:

Typescript Error
Initializers are not allowed in ambient contexts.

error in Connection.d.ts line 40

steps to reproduce - simply clone, npm install and run ionic serve

willqz commented 5 years ago

I have it problem too