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
Hello! I installed Better CoffeeScript via the package manager, changed the config file to point to /usr/local/bin over /usr/bin (executables were installed with Homebrew), and get the following error when I attempt to enter watch mode. Any ideas?
/usr/local/lib/node_modules/coffee-script/lib/coffee-script/optparse.js:50
throw new Error("unrecognized option: " + arg);
^
Error: unrecognized option: -m
at OptionParser.exports.OptionParser.OptionParser.parse (/usr/local/lib/node_modules/coffee-script/lib/coffee-script/optparse.js:50:19)
at parseOptions (/usr/local/lib/node_modules/coffee-script/lib/coffee-script/command.js:463:29)
at Object.exports.run (/usr/local/lib/node_modules/coffee-script/lib/coffee-script/command.js:53:5)
at Object.<anonymous> (/usr/local/lib/node_modules/coffee-script/bin/coffee:7:41)
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)
The text was updated successfully, but these errors were encountered:
Hello! I installed Better CoffeeScript via the package manager, changed the config file to point to
/usr/local/bin
over/usr/bin
(executables were installed with Homebrew), and get the following error when I attempt to enter watch mode. Any ideas?The text was updated successfully, but these errors were encountered: