iCreator
iCreator copied to clipboard
Can use node command!
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.
did you install node.js ?
http://nodejs.org/
You'd better to install brew : http://brew.sh/ Then everything will be ease.
brew install imagemagick brew install node