thoughtram / angular-zippy

Demonstration of a simple zippy component built with Angular 2
29 stars 9 forks source link

some errors following readme #1

Open samvloeberghs opened 8 years ago

samvloeberghs commented 8 years ago

Hello,

Following the readme of this project I faced some problems. Don't have time to investigate further so just for your info :)

Errors: ModuleEvaluationError: $defineProperty is not a function ( traceur ) errs.join is not a function ( traceur )

Steps to reproduce:

git clone https://github.com/thoughtram/angular-zippy.git cd angular-zippy npm i && npm i -g gulp gulp play -> errors

Node & NPM: node -v && npm -v v4.2.1 3.3.9

grtz

tobciu commented 8 years ago

same problem

/home/vagrant/node/angular-zippy$ gulp play
[13:05:25] Using gulpfile /home/vagrant/node/angular-zippy/gulpfile.js
[13:05:25] Starting 'js'...
[13:05:25] Starting 'html'...
[13:05:25] Starting 'angular2'...
[13:05:25] 'angular2' errored after 84 ms
[13:05:25] ModuleEvaluationError: undefined is not a function
    at System.registerModule.__moduleName (/home/vagrant/node/angular-zippy/node_modules/systemjs-builder/node_modules/traceur/bin/traceur.js:727:18)
 loaded by traceur@0.0.88/src/runtime/runtime-modules.js
[13:05:25] Plumber found unhandled error:
 TypeError in plugin 'gulp-traceur'
Message:
    undefined is not a function
Details:
    fileName: /home/vagrant/node/angular-zippy/src/hello
[13:05:25] Plumber found unhandled error:
 TypeError in plugin 'gulp-traceur'
Message:
    undefined is not a function
Details:
    fileName: /home/vagrant/node/angular-zippy/src/zippy
[13:05:25] Finished 'js' after 120 ms
[13:05:25] Finished 'html' after 114 ms
ghost commented 8 years ago

Got errors as well [14:22:05] Using gulpfile d:\repositories\git\angular-zippy\gulpfile.js [14:22:05] Starting 'js'... [14:22:05] Starting 'html'... [14:22:05] Starting 'angular2'... [14:22:05] 'angular2' errored after 160 ms [14:22:05] ModuleEvaluationError: $createPrivateName is not a function at d:\repositories\git\angular-zippy\node_modules\systemjs-builder\node_modules\traceur\bin\traceur.js:727:18 loaded by traceur@0.0.88/src/runtime/runtime-modules.js [14:22:05] Plumber found unhandled error: TypeError in plugin 'gulp-traceur' Message: $getOwnPropertyDescriptor is not a function Details: fileName: d:\repositories\git\angular-zippy\src\hello [14:22:05] Plumber found unhandled error: TypeError in plugin 'gulp-traceur' Message: $getOwnPropertyDescriptor is not a function Details: fileName: d:\repositories\git\angular-zippy\src\zippy [14:22:05] Finished 'js' after 254 ms [14:22:05] Finished 'html' after 245 ms