walmartlabs / generator-thorax

Thorax yeoman generator
MIT License
87 stars 27 forks source link

unblock 0.8 test failures #122

Closed eriktrom closed 10 years ago

eriktrom commented 10 years ago

error from running npm test on 0.8

generator-thorax/node_modules/yeoman-generator/node_modules/download/node_modules/decompress/node_modules/tempfile/index.js:3
var tmpdir = require('os').tmpdir();
TypeError: Object #<Object> has no method 'tmpdir'

needs to be fixed(on node 0.8) before travis will pass and any further pr's should be pulled (although technically right now tests break on 0.8 regardless, this seems relevant enough to block other pr's from being merged so we get the nice green button and feel safe)