-
Notifications
You must be signed in to change notification settings - Fork 663
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
Example failing with Error: Cannot find module '..' on MacOS 10.10.2 #24
Comments
I'm up to date on master as of 7e7dac7 |
Similarly a node newbie and having the same problem on Linux. |
Pretty sure this is because the CoffeeScript isn't compiled and by default the example JavaScript file can't load it. Can you try making the first line of code (before I think that should work. Let me know, if so I'll update the example. (note: this is just an issue with the example, not with the actual package, because the CoffeeScript is compiled to JavaScript when it's published to npm) |
Yes, adding that allows the example to work. |
Thanks. I added that line to the example. |
Confirmed working. Thanks so much! |
address typo and clarify option use cases
Sorry if this is a noob problem, as I am new to node.js and coffeescript.
When I try running the steps in example.js, I get the following error:
Interestingly, I can run bin/slack no problem:
With other googling, I've seen some people ask for the npm ls
The text was updated successfully, but these errors were encountered: