Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error when entering Watch Mode #150

Open
m-dierker opened this issue May 27, 2014 · 3 comments
Open

Error when entering Watch Mode #150

m-dierker opened this issue May 27, 2014 · 3 comments

Comments

@m-dierker
Copy link

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-Zuber
Copy link

M-Zuber commented Jul 1, 2014

I have the same issue.
Any pointers?

@aponxi
Copy link
Owner

aponxi commented Jul 6, 2014

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

@m-dierker
Copy link
Author

It doesn't appear so!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants