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

coffee-script error with latest version. #143

Closed
mohsen1 opened this issue May 6, 2014 · 0 comments
Closed

coffee-script error with latest version. #143

mohsen1 opened this issue May 6, 2014 · 0 comments

Comments

@mohsen1
Copy link

mohsen1 commented May 6, 2014

I'm getting following coffee-script error with the latest version of the module ("~0.10.1")

If I update the modules package.json to use coffee-script version "coffee-script": "~1.6.3", it won't complain anymore.

Running "coffee:compile" (coffee) task
>> Got an unexpected exception from the coffee-script compiler. The original exception was: Error: Cannot find module 'request'
>> (The coffee-script compiler should not raise unexpected exceptions. You can file this error as an issue of the coffee-script compiler: https://github.com/jashkenas/coffee-script/issues)
Warning: CoffeeScript failed to compile. Use --force to continue.

Aborted due to warnings.

I tried setting NODE_PATH environment variable with no luck.

My global coffee version:

coffee --version
CoffeeScript version 1.7.1

I'm not sure if it's a coffee-script issue or this module's issue. I can compile my files using coffee CLI. That's why I'm reporting the bug here.

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

2 participants