You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
piranha@spica ~/dev/work/webclient> ./node_modules/.bin/browserify -t coffeeify -t [ reactify -x coffee ] -d src/main.coffee -o _out/main.js
/Users/piranha/dev/work/webclient/node_modules/browserify/bin/args.js:156
if (opts) Object.keys(opts).forEach(function (key) {
^
TypeError: Object.keys called on non-object
at Function.keys (native)
at addTransform (/Users/piranha/dev/work/webclient/node_modules/browserify/bin/args.js:156:30)
at Array.forEach (native)
at module.exports (/Users/piranha/dev/work/webclient/node_modules/browserify/bin/args.js:136:10)
at Object.<anonymous> (/Users/piranha/dev/work/webclient/node_modules/browserify/bin/cmd.js:6:26)
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 Function.Module.runMain (module.js:497:10)
at startup (node.js:119:16)
at node.js:901:3
The text was updated successfully, but these errors were encountered:
The text was updated successfully, but these errors were encountered: