sublime-better-coffeescript icon indicating copy to clipboard operation
sublime-better-coffeescript copied to clipboard

Error when entering Watch Mode

Open m-dierker opened this issue 10 years ago • 3 comments

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)

m-dierker avatar May 27 '14 22:05 m-dierker

I have the same issue. Any pointers?

M-Zuber avatar Jul 01 '14 06:07 M-Zuber

So, the -m option is for generating source map and saving them as .map files. Does your homebrewed coffee not have that option?

aponxi avatar Jul 06 '14 16:07 aponxi

It doesn't appear so!

m-dierker avatar Jul 07 '14 17:07 m-dierker