atom-shell-commands icon indicating copy to clipboard operation
atom-shell-commands copied to clipboard

Error: spawn mjml ENOENT

Open silas229 opened this issue 7 years ago • 0 comments

I got this error:

["mjml","-r","template.mjml","-o","template.html"] Error: spawn mjml ENOENT [Finished in 0.06 seconds, with code -4058]

My config:

"atom-shell-commands":
    commands: [
      {
        name: "mjml"
        command: "mjml"
        arguments: [
          "-r"
          "{FileName}"
          "-o"
          "{FileNameNoExt}.html"
        ]
        options:
          cwd: "{FileDir}"
          keymap: 'ctrl-2'
          save: true
      }
    ]

silas229 avatar Aug 14 '18 17:08 silas229