Help with messageformat

Hi,
I have added these packages:
gadicohen:messageformat
meteorhacks:npm
npm-container
then -g meteor-messageformat
then on the \AppData\Roaming\npm\node_modules\meteor-messageformat dir i ran
tried both:
mf_extract mf_extract.js
and
mf_extract
I get no error on the console but on the domain/translate it still asks me to run mf_extract.
What should I do more?
Thanks for your help.

Try the v2 branch of messageformat package:

You no longer have to use mf_extract command with it, it handles the extraction automatically, on every reload (only in development environment).

1 Like

Alright, I have replaced the package, and now I get no router error on domain/translate.
how do I define that?
Thanks.

I’ve added the whole three packages and the route is not broken now, but it still asks for mf_extract.

I restarted meteor (without --production) and now it’s OK.
thanks again.