-
Notifications
You must be signed in to change notification settings - Fork 51
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
Cannot find module './src/hamlc' #90
Comments
This broke with CoffeeScript 1.7 released yesterday. Thanks for reporting, version 1.14.1 fixes the issue. |
Awesome, thanks! |
Downgrading the coffee-script version to 1.6.3 also resolves the issue. |
that's not really how you're supposed to do it :/ |
@Nami-Doc I completely agree for projects not depending on CoffeeScript at runtime. |
if it's used to build with something else that might rely on coffee too, if it's used as a middleware, etc ... |
npm does not have the very latest version 1.14.1 ... thank you |
Strange... Just published 1.14.1 Thanks for reporting. |
This seems to be an issue on Windows still. See the biscotto issue referenced above. |
I'm using "haml-coffee": "~1.14.0".
I updated my packages (via npm) and i'm now getting "Error: Cannot find module './src/hamlc'" error from:
Is anyone else seeing this? It seems like the code should simply be requiring coffee-script then loading the source coffee file (which exists in the ~./src folder) so I have no idea why this stopped working. Am I the only one seeing this?
Stacktrace in case it's helpful. Please let me know if there's any other info I can provide.
The text was updated successfully, but these errors were encountered: