3

iam new to node js, ruby grunt etc. And i want to use premailer for my e-mail templates. So i installed node js, ruby, grunt and premailer but when i try to grunt it i get this error message:

    C:\Users\Noeel\Desktop\mail>grunt
    Running "premailer:main" (premailer) task
    Fatal error: Error: not found: ruby.exe

https://i.stack.imgur.com/JNOXc.jpg I followed several guides and searched the problem on google but no luck.

noe m
  • 167
  • 6
  • `grunt-premailer` -> ["Requirements" -> "Ruby >= 1.9.3"](https://github.com/dwightjack/grunt-premailer#requirements). Did you install Ruby? – D-side Feb 24 '16 at 13:16

1 Answers1

0

This error seems to be related to premailer required dependencie.

  1. Download Ruby
  2. Install
  3. Restart your command line
  4. Have fun!