sublime-better-coffeescript
sublime-better-coffeescript copied to clipboard
Error when entering Watch Mode
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)
I have the same issue. Any pointers?
So, the -m
option is for generating source map and saving them as .map
files. Does your homebrewed coffee not have that option?
It doesn't appear so!