I get an error when trying to start a yeomen. Just a simple version request. I just installed Node.js using mac installer v6.2.0 and performed the following:
npm install -g yo
After receiving installation errors, I ran yo -version :
/usr/local/lib/node_modules/yo/lib/cli.js:18 var tabtab = new (require('tabtab').Commands.default)({ ^ TypeError: require(...).Commands.default is not a constructor at Object.<anonymous> (/usr/local/lib/node_modules/yo/lib/cli.js:18:14) at Module._compile (module.js:541:32) at Object.Module._extensions..js (module.js:550:10) at Module.load (module.js:458:32) at tryModuleLoad (module.js:417:12) at Function.Module._load (module.js:409:3) at Function.Module.runMain (module.js:575:10) at startup (node.js:160:18) at node.js:449:3
source share