Node js: not found ruby.exe

146 Views Asked by At

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.

1

There are 1 best solutions below

0
AudioBubble On

This error seems to be related to premailer required dependencie.

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