Skip to content
Ram edited this page Nov 18, 2018 · 2 revisions

Q. npm warnings about old versions and vulnerabilities?
A. If you get npm warnings because of old versions then run $ npm set audit false and finally run $ npm install.

Q. If you see command not found: gulp
A. Then run $ npm install gulp -g

Q. If you get an error like Error: Error: Could not execute GraphicsMagick/ImageMagick: identify "-ping" "-format"
A. Make sure you have Imagemagick installed in your machine. If you're on a mac, you can run $ brew install imagemagick.

Clone this wiki locally