-
Notifications
You must be signed in to change notification settings - Fork 967
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
missing config file docu #303
Comments
Hello @freshfx , Can you provide results of this commands : |
i'm using Node v6.2.1 here is the content of the image-link.js the project structure
in my package.json is a |
Can you try to set the full path instead of relative to see if it works ? |
it works with full path. but it would be much nicer, if the path can be relative too. |
It might be a working directory issue from the process |
awesome. thanks. |
2.3 has been released, it should gives you more informations when it happens |
@iRyusa I'm having the same issue on v2.3
Replacing the path in .mjmlconfig with an absolute path fixes the issue for me |
Does the working directory I wonder if this is an issue on the |
@iRyusa Yeap, it could be an issue with the published version. |
I have the same issue. Need to use
to pick up the module. |
Hello there, MJML 3 come with a refactor of |
Hi,
I have a problem on generating a template with the cli using custom components.
I initialized a new component with the cli command
mjml --init-component <name>
.This command will create a new folder with the component in ES6 style. I used babel to generate an ES5 javascript and move the file to
./components/image-link
.Now i want to generate a template using the new component. I created a
.mjmlconfig
file in my project root path with this contentI always get this error message
Can you please tell me the right way to use custom components with the cli. (A short example/how-to would be awesome)
The text was updated successfully, but these errors were encountered: