Skip to content
This repository has been archived by the owner on Sep 1, 2020. It is now read-only.

Errors when running "npm run test" #13

Open
ihorfito opened this issue Jun 14, 2017 · 3 comments
Open

Errors when running "npm run test" #13

ihorfito opened this issue Jun 14, 2017 · 3 comments

Comments

@ihorfito
Copy link

npm ERR! Darwin 16.6.0
npm ERR! argv "/.nvm/versions/node/v6.10.1/bin/node" ".nvm/versions/node/v6.10.1/bin/npm" "run" "test"
npm ERR! node v6.10.1
npm ERR! npm  v3.10.10
npm ERR! code ELIFECYCLE
npm ERR! openbadges-bakery@1.0.5 test: `tap test/*.js`
npm ERR! Exit status 3
ok test/stream-type-check.test.js ....................... 8/8
ok test/svg.test.js ................................... 15/15
total ................................................. 25/28

not ok

TypeError: Method get TypedArray.prototype.length called on incompatible receiver [object Object]

@auralon
Copy link
Contributor

auralon commented Jun 15, 2017

Could you try running the tests on node version 0.10.30

I don't think the package has been updated to support any version of node beyond that.

@auralon
Copy link
Contributor

auralon commented Jun 15, 2017

You can managed multiple versions of node on a single system using n - https://github.com/tj/n

@Idefixus
Copy link

Idefixus commented Nov 15, 2017

The problem occures when trying to bake a png. Svg works fine. When using the recommended project to work with the older node version it works fine again.

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

No branches or pull requests

3 participants