-
Notifications
You must be signed in to change notification settings - Fork 84
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
coffeekup cli not working with coffeescript 1.2 #106
Comments
Getting this too. |
I've got the same issue. |
me too :-/ |
a nasty workaround hack: Note: do a go to your coffeekup instance ( change this line (#7):
into
works for me. hope it helps someone else as well. |
I had run into this problem too. Have it marked as an issue to resolve in my own version that I started since it looks like this one is not being maintained, but installing optparse globally fixes the problem with CoffeeCup which should work just like CoffeeKup with a minor name change. I will be actively maintaining it and addressing issues (hopefully w/ some help) |
This issue is fixed in my clone of coffeekup. |
avioli's hack worked for me for now |
@msutherl if you clone coffeecup, not coffeekup (a k difference) as @gradus says you won't need to do my hack, because he fixed it in his clone. |
@msutherl @gradus https://github.com/gradus/coffeecup is being actively maintained. The current version of CoffeeCup v0.3.5-3 is compatible with the latest stable node and coffeescript versions. 0.6.12 and 1.2.0 respectively. I am working on a few new features and some small fixes. Should be releasing a new version soon. |
I don't know how exactly i ran into this problem 3 years later (using only npm packages), but another workaround for this is |
Error: Cannot find module 'coffee-script/lib/optparse'
Should be 'coffee-script/lib/coffee-script/optparse' or 'coffee-script/optparse'. Not sure. I'm new to npm and node. Either way the path is wrong.
The text was updated successfully, but these errors were encountered: