iCreator icon indicating copy to clipboard operation
iCreator copied to clipboard

Can use node command!

Open xuymng opened this issue 11 years ago • 2 comments

I had installed the ImageMagick via 'sudo port install ImageMagick',it took me a lot of time.Then, I try 'node ../src/icreator.js -icon:big-icon.png -logo:logo.png -color:#ffffff -l' this command,the Terminal dispalys '-bash: node: command not found'

How can I fix this problem?

Thank you in advance.

xuymng avatar Mar 11 '14 02:03 xuymng

did you install node.js ?

http://nodejs.org/

finscn avatar Mar 11 '14 21:03 finscn

You'd better to install brew : http://brew.sh/ Then everything will be ease.

brew install imagemagick brew install node

finscn avatar Mar 12 '14 04:03 finscn