joshmarinacci / ElectronIDE

New web based Arduino IDE
BSD 3-Clause "New" or "Revised" License
246 stars 50 forks source link

Missing tar dependency #30

Closed andypiper closed 10 years ago

andypiper commented 10 years ago

Cloning and running npm install then attempting to start (on a clean OS X machine with latest node) produced an error about being unable to find the tar module:

$ node electron.js                                          

module.js:340
    throw err;
          ^
Error: Cannot find module 'tar'
    at Function.Module._resolveFilename (module.js:338:15)
    at Function.Module._load (module.js:280:25)
    at Module.require (module.js:364:17)
    at require (module.js:380:17)
    at Object.<anonymous> (/Users/apiper/Development/github/ElectronIDE/platform.js:4:11)
    at Module._compile (module.js:456:26)
    at Object.Module._extensions..js (module.js:474:10)
    at Module.load (module.js:356:32)
    at Function.Module._load (module.js:312:12)
    at Module.require (module.js:364:17)

Simply npm installing tar worked, so I guess this is just a package.json dependency issue.

joshmarinacci commented 10 years ago

fixed now. thx.