clux / modul8

NO LONGER MAINTAINED - browserify is too similar and is better (see issues)
http://clux.github.com/modul8
MIT License
22 stars 4 forks source link

npm test fails ENOENT #6

Closed clux closed 12 years ago

clux commented 12 years ago

0.6.2 failed tests. It should just be uninitialized directories. As all the fails are ENOENT, but can't fix it until later today.

clux commented 12 years ago

This is similar in 0.6.3. ENOENT fixed in locally (removed a line from .npmremove) and will be fixed in next npm published version.

Still a couple of issues left to get tests to pass. zombie had a V8:: error going, now it just segfaults on browser.evaluate(codeStr).

clux commented 12 years ago

I think the problem lies with https://github.com/isaacs/npm/issues/1793 on npm 1.1.0-alpha-2. Using npm 1.0.106 (latest separate npm install) fixes the issue.

clux commented 12 years ago

I had difficulties even installing everything on this version. But even with npm 1.1.0-alpha-2, cloning zombie from its master, and manually npm installing most deps, apart from html5 which have to be cloned from master fixes things. Tests work as well then.

clux commented 12 years ago

Scheduled to be fixed in node -v0.6.4.

clux commented 12 years ago

0.6.4 up on travis. Tests partially pass now. ENOENT error remain there, although it works here.. Will try to dig into it later.

clux commented 12 years ago

fixed (will push a new npm version tomorrow)