vmware-archive / scripted

The Scripted code editor
Eclipse Public License 1.0
1.56k stars 166 forks source link

Can't install with npm 1.2.30/node 0.10.12 #284

Open psoares opened 11 years ago

psoares commented 11 years ago

I get this error : /opt/local/bin/scr -> /opt/local/lib/node_modules/scripted/bin/scr /opt/local/bin/scripted -> /opt/local/lib/node_modules/scripted/bin/scripted

scripted@0.4.0 postinstall /opt/local/lib/node_modules/scripted cd client && bower install

/opt/local/lib/node_modules/scripted/node_modules/bower/node_modules/tmp/lib/tmp.js:260 throw err; ^ TypeError: Arguments to path.join must be strings at path.js:360:15 at Array.filter (native) at Object.exports.join (path.js:358:36) at Object. (/opt/local/lib/node_modules/scripted/node_modules/bower/lib/core/config.js:35:22) 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) at require (module.js:380:17) npm ERR! weird error 7 npm ERR! not ok code 0

aclement commented 11 years ago

I just pushed out Scripted 0.5 which hopefully addresses this problem (by updating the bower version). Please try again.