dthree / wat

Instant, central, community-built docs
MIT License
495 stars 25 forks source link

Latest version of wat fails #9

Closed Qix- closed 9 years ago

Qix- commented 9 years ago

Looks like a module was introduced that's causing problems?

This is right after a fresh npm i -g wat.

screen shot 2015-08-21 at 12 07 57 pm

Textual error:

module.js:338
    throw err;
    ^

Error: Cannot find module 'unzip'
    at Function.Module._resolveFilename (module.js:336:15)
    at Function.Module._load (module.js:286:25)
    at Module.require (module.js:365:17)
    at require (module.js:384:17)
    at Object.<anonymous> (/Users/qix/.nvm/versions/io.js/v3.1.0/lib/node_modules/wat/lib/clerk.js:10:15)
    at Module._compile (module.js:430:26)
    at Object.Module._extensions..js (module.js:448:10)
    at Module.load (module.js:355:32)
    at Function.Module._load (module.js:310:12)
    at Module.require (module.js:365:17)
dthree commented 9 years ago

Whoops. Time to add those tests.

dthree commented 9 years ago

Okay fixed this - can you try again?

Also, try typing wat js array splice from your raw command line :fire:

Qix- commented 9 years ago

Works - thanks!

dthree commented 9 years ago

No probs.

Almost done with ES6 transpiling, so after that it should work on most Node versions.