0
爲什麼每次我嘗試在我的計算機上安裝node-mapnik時都會收到此錯誤消息。我使用Windows 8.1 x64。
在Windows 8.1上安裝Node-Mapnik時出現錯誤x64
npm ERR! Windows_NT 6.3.9600
npm ERR! argv "C:\\Program Files\\nodejs\\node.exe" "C:\\Users\\Adi Arta Wibawa\
\AppData\\Roaming\\npm\\node_modules\\npm\\bin\\npm-cli.js" "install" "[email protected]
x"
npm ERR! node v4.1.0
npm ERR! npm v3.3.3
npm ERR! code ELIFECYCLE
npm ERR! [email protected] install: `node-pre-gyp install --fallback-to-build`
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the [email protected] install script 'node-pre-gyp install --fallb
ack-to-build'.
npm ERR! This is most likely a problem with the mapnik package,
npm ERR! not with npm itself.
npm ERR! Tell the author that this fails on your system:
npm ERR! node-pre-gyp install --fallback-to-build
npm ERR! You can get their info via:
npm ERR! npm owner ls mapnik
npm ERR! There is likely additional logging output above.
npm ERR! Please include the following file with any support request:
npm ERR! D:\WebDev\ProjectOne\npm-debug.log
我應該怎麼做才能解決這個問題?
您是否嘗試過node-mapnik自述文件[此處](https://github.com/mapnik/node-mapnik#windows-specific)和[here](https:// github.com/mapnik/node-mapnik/wiki/WindowsBinaries)? – chrki