2016-10-16 6 views
0

'npm install leaflet-headless'명령을 실행하려고하는데 Node.js와 함께 리플렛 맵 API를 쉽게 사용할 수 있습니다."npm install leaflet-headless"오류가 발생했습니다.

C:\Users\Rocco\Desktop\Node3\kdApp>npm install leaflet-headless 

> [email protected] install C:\Users\Rocco\Desktop\Node3\kdApp\node_modules\leaflet-headless\node_modules\canvas 
> node-gyp rebuild 

- 
C:\Users\Rocco\Desktop\Node3\kdApp\node_modules\leaflet-headless\node_modules\canvas>if not defined npm_config_node_gyp (node "C:\Program Files\nodejs\node_modules\npm\bin\node-gyp-bin\\..\..\node_modules\node-gyp\bin\node-gyp.js" rebuild) else (node "" rebuild) 
gyp ERR! configure error 
gyp ERR! stack Error: Can't find Python executable "python", you can set the PYTHON env variable. 
gyp ERR! stack  at failNoPython (C:\Program Files\nodejs\node_modules\npm\node_modules\node-gyp\lib\configure.js:449:14) 
gyp ERR! stack  at C:\Program Files\nodejs\node_modules\npm\node_modules\node-gyp\lib\configure.js:404:11 
gyp ERR! stack  at FSReqWrap.oncomplete (fs.js:82:15) 
gyp ERR! System Windows_NT 10.0.14393 
gyp ERR! command "C:\\Program Files\\nodejs\\node.exe" "C:\\Program Files\\nodejs\\node_modules\\npm\\node_modules\\node-gyp\\bin\\node-gyp.js" "rebuild" 
gyp ERR! cwd C:\Users\Rocco\Desktop\Node3\kdApp\node_modules\leaflet-headless\node_modules\canvas 
gyp ERR! node -v v4.6.0 
gyp ERR! node-gyp -v v3.4.0 
gyp ERR! not ok 

> [email protected] install C:\Users\Rocco\Desktop\Node3\kdApp\node_modules\leaflet-headless\node_modules\jsdom\node_modules\contextify 
> node-gyp rebuild 


C:\Users\Rocco\Desktop\Node3\kdApp\node_modules\leaflet-headless\node_modules\jsdom\node_modules\contextify>if not defined npm_config_node_gyp (node "C:\Program Files\nodejs\node_modules\npm\bin\node-gyp-bin\\..\..\node_modules\node-gyp\bin\node-gyp.js" rebuild) else (node "" rebuild) 
gyp ERR! configure error 
gyp ERR! stack Error: Can't find Python executable "python", you can set the PYTHON env variable. 
gyp ERR! stack  at failNoPython (C:\Program Files\nodejs\node_modules\npm\node_modules\node-gyp\lib\configure.js:449:14) 
gyp ERR! stack  at C:\Program Files\nodejs\node_modules\npm\node_modules\node-gyp\lib\configure.js:404:11 
gyp ERR! stack  at FSReqWrap.oncomplete (fs.js:82:15) 
gyp ERR! System Windows_NT 10.0.14393 
gyp ERR! command "C:\\Program Files\\nodejs\\node.exe" "C:\\Program Files\\nodejs\\node_modules\\npm\\node_modules\\node-gyp\\bin\\node-gyp.js" "rebuild" 
gyp ERR! cwd C:\Users\Rocco\Desktop\Node3\kdApp\node_modules\leaflet-headless\node_modules\jsdom\node_modules\contextify 
gyp ERR! node -v v4.6.0 
gyp ERR! node-gyp -v v3.4.0 
gyp ERR! not ok 
npm ERR! Windows_NT 10.0.14393 
npm ERR! argv "C:\\Program Files\\nodejs\\node.exe" "C:\\Program Files\\nodejs\\node_modules\\npm\\bin\\npm-cli.js" "install" "leaflet-headless" 
npm ERR! node v4.6.0 
npm ERR! npm v2.15.9 
npm ERR! code ELIFECYCLE 

npm ERR! [email protected] install: `node-gyp rebuild` 
npm ERR! Exit status 1 
npm ERR! 
npm ERR! Failed at the [email protected] install script 'node-gyp rebuild'. 
npm ERR! This is most likely a problem with the canvas package, 
npm ERR! not with npm itself. 
npm ERR! Tell the author that this fails on your system: 
npm ERR!  node-gyp rebuild 
npm ERR! You can get information on how to open an issue for this project with: 
npm ERR!  npm bugs canvas 
npm ERR! Or if that isn't available, you can get their info via: 
npm ERR! 
npm ERR!  npm owner ls canvas 
npm ERR! There is likely additional logging output above. 

npm ERR! Please include the following file with any support request: 
npm ERR!  C:\Users\Rocco\Desktop\Node3\kdApp\npm-debug.log 

어떤 도움이나지도가 크게 감상 할 수있다 :이 명령을 입력하면 나는 다음과 같은 오류가 발생합니다. 고맙습니다!

+0

는 파이썬이 설치되어있는 Windows C:\Python27\python.exe)에 cmd를 set PYTHON=C:\{Path to your python install folder}\Python.exe (기본과 evironment 변수 세트의 evironment 변수를 설정 설치 하시겠습니까? – Manuel

+0

실례지만이 두 가지 모두 패키지 자체와 함께 제공 될 것이라고 생각했습니다. 그래서 나는 둘 중 하나도 갖고 있지 않으며, 이러한 작업을 어떻게 그리고 어디에서해야하는지 알지 못합니다. –

답변

1

라인 gyp ERR! stack Error: Can't find Python executable "python", you can set the PYTHON env variable.은 Python이 설치되어 있지 않거나 node.js에게 실행 가능 파일 (python.exe)을 검색 할 변수가 설정되지 않았 음을 의미합니다. 그래서 다음을 수행하십시오

1) Python

2)

+1

고마워요! 이것은 현재의 문제를 수정했습니다. 불행히도 새로운 오류가 발생하여 새로운 질문을 올렸습니다. (아마도 원본을 편집했을 것입니다.하지만 나중에이 문제가 생길 때까지 미안합니다.) : http://stackoverflow.com/questions/40072376/npm-install-leaflet-headless-returning-after-python-installation –

+0

나는이 오류를 보게 될 것이다. – Manuel