This repository has been archived by the owner on Dec 27, 2018. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 23
Error: Cannot find module '../lib/log' #57 #60
Comments
Same issue on circleci ... |
Can you try with the last version |
Yes, it's working with the lastest rc. |
@serut Can you make
You still get On second thought, perhaps the npm default install should remain |
Specifically:
Tag Thanks! |
This was referenced Jul 11, 2016
I was my bad, the latest now it's |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
travis can't run
bin/spacejam
, it throws this error:Error: Cannot find module '../lib/log'
Here is the list of operation that I did on travis
You can find the entire log here: https://travis-ci.org/serut/meteor-coverage-app-exemple/builds/134144135
Node try to require the file
../lib/log.js
and not the file../lib/log.coffee
. This is exactly this use case: https://stackoverflow.com/questions/4768748/requireing-a-coffeescript-file-from-a-javascript-file-or-replPlease integrate my pull request #57 that fix this issue.
The text was updated successfully, but these errors were encountered: