개발/개발 자료
(node.js) Error: spawn ENOENT 이미지 업로드 오류
시원한물냉
2017. 3. 24. 16:17
Node.js 에서 imagemagick를 이용하여 이미지 업로드를 구현할때,
오류가 날 때가 있다.
오류내용은
Error: spawn ENOENT at errnoException (child_process.js:988:11) at Process.ChildProcess._handle.onexit (child_process.js:779:34)
와 비슷하다.
삽질을 몇일을 했나 모르겠다.
brew를 이용해서 아래 2개를 설치해주면 된다
다시 실행해보면 이미지 잘 올라간다!!
brew install xz # ImageMagick Dependencies brew install imagemagick