BonsaiDen / Tuff.gb

Tuff - An original game for the Nintendo GameBoy
http://bonsaiden.github.io/Tuff.gb/
305 stars 11 forks source link

Can't compile the ROM on ArchLinux x86_64 #11

Closed ghost closed 8 years ago

ghost commented 8 years ago

Hello,

I've tried to compile Tuff.gb using the latest revision of the git repo and I get the following error

node convert src/data src/data/bin
module.js:339
    throw err;
    ^

Error: Cannot find module 'bluebird'
    at Function.Module._resolveFilename (module.js:337:15)
    at Function.Module._load (module.js:287:25)
    at Module.require (module.js:366:17)
    at require (module.js:385:17)
    at Object.<anonymous> (/tmp/Tuff.gb/convert.js:3:15)
    at Module._compile (module.js:425:26)
    at Object.Module._extensions..js (module.js:432:10)
    at Module.load (module.js:356:32)
    at Function.Module._load (module.js:311:12)
    at Function.Module.runMain (module.js:457:10)
Makefile:7: recipe for target 'convert' failed
make: *** [convert] Error 1

Yes, I have installed the bluebird module using npm install -g bluebird but it doesn't change a thing.