I am currently utilizing intl-tel-input to develop a control for displaying mobile numbers. Since the flags are quite small, I am in need of enlarging them.
A reference for this can be found here: https://codepen.io/jackocnr/full/ONXWgQ
To achieve this, I am instructed to execute grunt img
and grunt css
. However, the grunt img
command is failing and producing this error:
C:\Users\myname\AppData\Roaming\npm\node_modules\evenizer\lib\evenizer.js:43
throw err;
^
Error: Command failed:
at ChildProcess.<anonymous> (C:\Users\myname\AppData\Roaming\npm\node_modules\evenizer\node_modules\imagemagick\imagemagick.js:88:15)
at ChildProcess.emit (events.js:400:28)
at maybeClose (internal/child_process.js:1055:16)
at Process.ChildProcess._handle.onexit (internal/child_process.js:288:5) {
timedOut: false,
killed: true,
code: null,
signal: 'SIGKILL'
}
I have taken the following steps:
- Installed ImageMagick,
- Ran the commands as an administrator,
- Ran
npm install evenizer -g
,
I am likely overlooking something trivial, but I am unsure of what it could be.
Website: