geowarin / generator-phaser-gulp-typescript

Gulp typescript generator for PhaserJs games
13 stars 2 forks source link

Compiling error #5

Open bagusflyer opened 8 years ago

bagusflyer commented 8 years ago

I got the following error message after I create a new project:

src/scripts/state/Main.ts(1,9): error TS1109: Expression expected. src/scripts/state/Main.ts(1,34): error TS1109: Expression expected. src/scripts/state/Main.ts(1,35): error TS1109: Expression expected. src/scripts/state/Main.ts(1,42): error TS1005: ';' expected.

What could be wrong? Thanks

SergiySev commented 8 years ago

in Main.ts, convert this line: module <%= _.classify(gameName) %>.State { to module Backgammon.State {