Ionicjs build failing

Hi all,

I am trying to build my app using the Ionic build service at dashboard.ionicjs.com

here’s the error message I’m getting.

Running with gitlab-ci-multi-runner 9.1.0 (0118d89)
on ip-10-2-153-92 (c9648220)
Using Shell executor…
Running on ip-10-2-153-92…
Cloning repository…
Cloning into ‘/home/gitlab-runner/builds/c9648220/3/project-1’…
Checking out baab5766 as master…
Skipping Git submodules setup
$ run “fetch-updates”
Running Stage fetch-updates for Job: 5204518
Checking for build process updates…
$ run “build-app”
Running Stage build-app for Job: 5204518
Parsing ionic.config.json for project settings
Project Settings:
Name: taxi-delivery-fetch
App ID: a398d48a
Type: ionic-angular
$ npm install --quiet --no-optional
npm ERR! Unexpected token < in JSON at position 2
npm ERR! A complete log of this run can be found in:
npm ERR! /home/gitlab-runner/.npm/_logs/2018-01-03T13_30_00_227Z-debug.log
npm install --quiet --no-optional failed
Running after script…
$ run “clean-up”
Running Stage clean-up for Job: 5204518
ERROR: Job failed: exit status 1
TermsPrivacy Policy© 2017 Drifty Co. v0.0.439
IonicDocsBlogHelp & SupportStatus

Has anyone encountered this problem before ?

How can I access the entire log @ “/home/gitlab-runner/.npm/_logs/2018-01-03T13_30_00_227Z-debug.log”

Cheers !