Meteor-CollectionFS icon indicating copy to clipboard operation
Meteor-CollectionFS copied to clipboard

GraphicsMagick - Cannot find name 'gm' (Warning)

Open pedrofg opened this issue 6 years ago • 3 comments

It is working but I get this message in the editor and also in the terminal when run the app:

image

How do I avoid it? Is there any .typing for it I should include?

pedrofg avatar Mar 21 '18 12:03 pedrofg

What message do you get in terminal? maybe try im insted of gm

nooitaf avatar Mar 21 '18 14:03 nooitaf

The same message above. I tried im but it had errors with large images to create thumbnails. So the gm solve those errors, but looks like the compiler does not know about gm.

pedrofg avatar Mar 21 '18 14:03 pedrofg

Looks like some external linting? ..as long as you have added the cfs:graphicsmagick package it should be available https://github.com/CollectionFS/Meteor-cfs-graphicsmagick/blob/master/package.js#L20

nooitaf avatar Mar 21 '18 17:03 nooitaf