practicalmeteor / meteor-mocha

Depreciated - Write meteor package tests with mocha and run them in the browser or from the command line with spacejam.
https://atmospherejs.com/practicalmeteor/mocha
Other
41 stars 13 forks source link

Error while installing mocha #72

Closed ankibalyan closed 8 years ago

ankibalyan commented 8 years ago

I'm trying to install practicalmeteor:mocha in Meteor 1.4 getting and getting following error.

/Users/.meteor/packages/ecmascript/.0.5.8.xrqpml++os+web.browser+web.cordova/plugin.compile-ecmascript.os/npm/node_modules/meteor/promise/node_modules/meteor-promise/promise_server.js:165

throw error;
      ^
Error: EIO: i/o error, read
    at Error (native)```
ankibalyan commented 8 years ago

Node version I'm using is node -v v6.4.0

jsep commented 8 years ago

Hello @ankibalyan this error is not related to this package itself, is a meteor issue instead, since meteor is handling the installation problem.

I didn't have any problem installing mocha from scratch.

ankibalyan commented 8 years ago

@jsep But my app is working fine if I remove this, with no error. How can i figure it out, which what is causing this issue?