Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Version 0.0.94 onwards giving errors in PhantomJS #2085

Open
neilathomson2 opened this issue Feb 21, 2016 · 3 comments
Open

Version 0.0.94 onwards giving errors in PhantomJS #2085

neilathomson2 opened this issue Feb 21, 2016 · 3 comments

Comments

@neilathomson2
Copy link

I cannot update past version 0.0.93. Every version beyond that gives the following error:

PhantomJS 2.1.1 (Windows 8 0.0.0) ERROR: 'nextOrThrow@http://localhost:9876/base/node_modules/traceur/bin/traceur-runtime.js?aa753410919aee28e19093747a8bb20032cd4fb7:1318:16
next@http://localhost:9876/base/node_modules/traceur/bin/traceur-runtime.js?aa753410919aee28e19093747a8bb20032cd4fb7:1381:25
from@http://localhost:9876/base/node_modules/traceur/bin/traceur-runtime.js?aa753410919aee28e19093747a8bb20032cd4fb7:2953:74
createArrayFromMap
values
resolveProviders
resolve
resolveAndCreate
createInjector
setBaseTestProviders
http://localhost:9876/base/karma-test-shim.js?2d54ef246811a1d54b984e849d98b68564f51d7e:29:33
$@http://localhost:9876/base/node_modules/systemjs/dist/system-polyfills.js:4:15985
H@http://localhost:9876/base/node_modules/systemjs/dist/system-polyfills.js:4:15614
when@http://localhost:9876/base/node_modules/systemjs/dist/system-polyfills.js:4:19288
run@http://localhost:9876/base/node_modules/systemjs/dist/system-polyfills.js:4:18327
_drain@http://localhost:9876/base/node_modules/systemjs/dist/system-polyfills.js:4:7018
drain@http://localhost:9876/base/node_modules/systemjs/dist/system-polyfills.js:4:4179
e@http://localhost:9876/base/node_modules/systemjs/dist/system-polyfills.js:4:10375
run@http://localhost:9876/base/node_modules/zone.js/dist/zone-microtask.js?572d97c64312c5d52018e95b072a38b5443b057e:1217:29
zoneBoundFn@http://localhost:9876/base/node_modules/zone.js/dist/zone-microtask.js?572d97c64312c5d52018e95b072a38b5443b057e:1194:29'

I haven't tried any other browsers yet, I'm in the middle of making a repo exhibiting this problem.

@neilathomson2
Copy link
Author

neilathomson2 commented Feb 21, 2016

I have created the repository here:

The repository as it stands is working. To reproduce the issue upgrade the traceur dependency in package.json beyond 0.0.93:

"traceur": "0.0.94",

Then run:

npm install
npm run test

I'm running Windows 10.

@johnjbarton
Copy link
Contributor

It would be very helpful if you can narrow down this issue to the code that involves Traceur. I guess you are running a test for the project angular-2-seed via karma-phantomjs and using traceur for preprocessing. I guess that test fails at runtime giving the call stack posted. If we had just small bit of JS that demonstrated the fail we could try variations to isolate the problem.

@johnjbarton
Copy link
Contributor

Were you able to sort this out? Do newer versions work?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants