JoelBesada / pasteboard

Clipboard and drag & drop image sharing web app
http://pasteboard.co
638 stars 145 forks source link

ENOENT errno 34 #15

Closed Articole closed 10 years ago

Articole commented 10 years ago

Hello,

I have an error when i am using the Crop & Upload button.

code34

I tried to change the path in main.coffee or a chmod 777 on the /tmp folder and custom folder but the error still the same.

Did i forget a thing to do ?

chrisleavoy commented 10 years ago

I ran into this as well. Fix, per ./node_modules/easyimage/README.md, ensure imagemagick is installed, example:

sudo apt-get install imagemagick

JoelBesada commented 10 years ago

@chrisleavoy Thanks for helping out, it is much appreciated!

@Articole I added the instruction to install imagemagick on setup, assuming that it fixes your problem. Let me know if it doesn't and I'll reopen the issue.

Articole commented 10 years ago

Thanks for your answers. It works very well now =)