grunt-pixrem icon indicating copy to clipboard operation
grunt-pixrem copied to clipboard

Requires a peer of grunt@~0.4.1

Open sagarkbhatt opened this issue 7 years ago • 1 comments

possible to add support for latest grunt version ?

sagarkbhatt avatar Feb 11 '18 13:02 sagarkbhatt

Yes please:

makbook:~ klonos$ make build
...
npm WARN [email protected] requires a peer of grunt@~0.4.1 but none is installed. You must install peer dependencies yourself.
...

my setup:

makbook:~ klonos$ grunt -V
grunt-cli v1.2.0
grunt v1.0.3
...
makbook:~ klonos$ npm -g list grunt
/usr/local/lib
└── [email protected]

klonos avatar Jul 15 '18 23:07 klonos