mjmlio / gulp-mjml

Add Gulp to your MJML workflow!
MIT License
162 stars 38 forks source link

I dont think mj-html-attributes are registered? #59

Closed Chrisedmo closed 4 years ago

Chrisedmo commented 4 years ago

Hi I'm trying something out with mj-html-attributes and it is not working. It does nothing however when i just run my files via mjml [input] -o [output]

I get the following:

No matching component for tag : mj-html-attributes
... (mj-html-attributes) — Element mj-html-attributes doesn't exist or is not registered
... (mj-selector) — Element mj-selector doesn't exist or is not registered
iRyusa commented 4 years ago

You forgot to install the beta ?

On 23 Jul 2020, at 18:02, Chris Mousdale notifications@github.com wrote:

 Hi I'm trying something out with mj-html-attributes and it is not working. It does nothing however when i just run my files via mjml [input] -o [output]

I get the following:

No matching component for tag : mj-html-attributes ... (mj-html-attributes) — Element mj-html-attributes doesn't exist or is not registered ... (mj-selector) — Element mj-selector doesn't exist or is not registered — You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub, or unsubscribe.

Chrisedmo commented 4 years ago

@iRyusa Thanks for coming back - but Beta? Where is this?

iRyusa commented 4 years ago

The feature is only available in 4.7 beta branch use @next tag on npm to install it.

On 31 Jul 2020, at 19:20, Chris Mousdale notifications@github.com wrote:

 @iRyusa Thanks for coming back - but Beta? Where is this?

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub, or unsubscribe.

Chrisedmo commented 4 years ago

Thanks i've updated my package.json and still getting the same error. Very odd.

iRyusa commented 4 years ago

Remove your node module and ensure you have the 4.7 in node modules