matthewrobb / six

JavaScript you can bet on. [WARNING]: Progress has been suspended on this project most likely indefinitely
MIT License
227 stars 9 forks source link

repl file is missing #47

Closed alejandro closed 12 years ago

alejandro commented 12 years ago

Probably I'm missing something here but when I tried to run six I get:

module.js:340
    throw err;
          ^
Error: Cannot find module '/usr/lib/node_modules/six/lib/repl'
    at Function.Module._resolveFilename (module.js:338:15)
    at Function.Module._load (module.js:280:25)
    at Module.require (module.js:362:17)
    at require (module.js:378:17)
    at Object.exports.run (/usr/lib/node_modules/six/lib/command.js:128:12)
    at Object.<anonymous> (/usr/local/bin/si:8:30)
    at Module._compile (module.js:449:26)
    at Object.Module._extensions..js (module.js:467:10)
    at Module.load (module.js:356:32)
    at Function.Module._load (module.js:312:12)

But there is not a repl file inside lib or in the repo at all. Specially here (L119) and here (L128)

Any hints?

Thanks.

/be

alejandro commented 12 years ago

Closing this, not implemented.