node-gyp rebuild
을 실행 노드 패키지를 설치하는 동안이 오류가 발생합니다 :NPM 설치 캔버스로 사망
SOLINK_MODULE(target) Release/canvas-postbuild.node
clang: error: no such file or directory: '{{}'
make: *** [Release/canvas-postbuild.node] Error 1
gyp ERR! build error
gyp ERR! stack Error: `make` failed with exit code: 2
gyp ERR! stack at ChildProcess.onExit (/usr/local/lib/node_modules/npm/node_modules/node-gyp/lib/build.js:267:23)
gyp ERR! stack at ChildProcess.emit (events.js:98:17)
gyp ERR! stack at Process.ChildProcess._handle.onexit (child_process.js:810:12)
gyp ERR! System Darwin 14.0.0
gyp ERR! command "node" "/usr/local/lib/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js" "rebuild"
gyp ERR! cwd /Users/arkadiy/node-canvas
gyp ERR! node -v v0.10.33
gyp ERR! node-gyp -v v1.0.1
gyp ERR! not ok
나는 NPM 1.4 있습니다. 28 그리고 모든/usr/local은 나에게 chowned되어있다.
Apple LLVM version 6.0 (clang-600.0.54) (based on LLVM 3.5svn)
Target: x86_64-apple-darwin14.0.0
Thread model: posix
오류가 완전히 ungoogleable입니다 (심각, 그것을 시도) 그리고 심지어 스택 추적은 콜백 핸들러 때문에 그 소리가 호출되는 위치 알 수 없습니다 : 그 소리는 최근 틱입니다. 쉘 대체/xargs 문제와 거의 비슷합니까?
이것은 LD_FLAGS에 리터럴 {}이 (가) 중독되어 발생합니다. 닫는 질문. –