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

dwatson:mdf error #79

Open
martunta opened this issue Dec 8, 2014 · 4 comments
Open

dwatson:mdf error #79

martunta opened this issue Dec 8, 2014 · 4 comments

Comments

@martunta
Copy link

martunta commented Dec 8, 2014

I installed meteor 1.0 and meteorite 0.9.2 on Ubuntu 14.04 64bit
cloned this repo, and executed mrt with following results.

Stand back while Meteorite does its thing

Done installing smart packages

Ok, everything's ready. Here comes Meteor!

[[[[[ ~/workspace/rrequest ]]]]]              

=> Started proxy.                             
=> Started MongoDB.                           
dwatson:kue: updating npm dependencies -- kue...
mizzao:sharejs: updating npm dependencies -- share, mongodb...
dwatson:html2markdown: updating npm dependencies -- htmlparser2...
=> Errors prevented startup:                  

While Building package `dwatson:mdf`:
error: File not found: lib/moment-duration-format/lib/moment-duration-format.js

While Building package `dwatson:mdf`:
error: File not found: lib/moment-duration-format/lib/moment-duration-format.js

=> Your application has errors. Waiting for file change.

what have I done wrong?

@martunta
Copy link
Author

martunta commented Dec 8, 2014

Installed in another machine. Same error.

@jeradjh
Copy link

jeradjh commented Jun 26, 2015

same error for me as well.

@Custos
Copy link

Custos commented Jul 5, 2015

Yep, the installer doesn't appear to be cloning the moment-duration-format library.

My temporary work around was to go to ./packages/dwatson:mdf/lib/ and run 'git clone https://github.com/jsmreese/moment-duration-format'

The application is still crashing, but not as a result of that error :).

@Custos
Copy link

Custos commented Jul 5, 2015

Also note that the errors I was having were related to trying to test on OSX, I just went through steps on my Ubuntu VM -- including the one above -- also had to:
meteor remove splendido:moment-twix
meteor add icambron:twix

and make sure to apt-get install redis-server

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

3 participants