ionic-team / ionic-starter-super

The Ionic 2 Super Starter 🎮

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Broken template due to erroneous commit

machour opened this issue · comments

I'm submitting a ...
[x] bug report
[ ] feature request
[ ] support request => Please do not submit support requests here, use one of these channels: https://forum.ionicframework.com/ or http://ionicworldwide.herokuapp.com/

Current behavior:
Currently I cannot run this starter, I'm seeing this error:

[18:22:51]  typescript: src/pages/map/map.ts, line: 51
            ';' expected.

      L51:      create new marker;
      L52:       let markerOptions: MarkerOptions = {

Expected behavior:
ionic serve should start the app.

Steps to reproduce:

ionic start superIonic super
cd superIonic
ionic serve

Other information:
The error was introduced in last commit, which uncommented a lot of code (by mistake I guess):
b75cf77#diff-0394c7a4036fa2097aa67156fa084e9dR51

Ionic info:

cli packages: (/usr/local/lib/node_modules)

    @ionic/cli-utils  : 1.9.2
    ionic (Ionic CLI) : 3.9.2

local packages:

    @ionic/app-scripts : 2.1.4
    Ionic Framework    : ionic-angular 3.6.1

System:

    Node : v8.4.0
    npm  : 5.3.0
    OS   : macOS Sierra

experiencing the same issue

Ionic info:

Ionic Framework: 3.6.1
Ionic App Scripts: 2.1.4
Angular Core: 4.1.3
Angular Compiler CLI: 4.1.3

Fixed!