使用npm进行OpenLayers安装 - 找不到数据包

时间:2017-08-14 18:04:09

标签: npm debian openlayers openlayers-3

我正在尝试使用npm在我的Express项目中安装 openlayers 来创建自定义构建但是我收到以下错误:

npm ERR! 404 Not Found
npm ERR! 404 
npm ERR! 404 'mapbox/vector-tile' is not in the npm registry.
npm ERR! 404 You should bug the author to publish it
npm ERR! 404 It was specified as a dependency of 'openlayers'
npm ERR! 404 
npm ERR! 404 Note that you can also install from a
npm ERR! 404 tarball, folder, or http url, or git url.
npm ERR! System Linux 3.16.0-4-amd64
npm ERR! command "/usr/bin/nodejs" "/usr/bin/npm" "install" "openlayers"
npm ERR! node -v v0.10.29
npm ERR! npm -v 1.4.21
npm ERR! code E404
npm ERR!
npm ERR! not ok code 0

我尝试更新 npm 并手动安装 vector-tile ,但它没有帮助。

我做错了什么?

编辑:调用npm install ol而不是npm install openlayers时出现相同的错误。

1 个答案:

答案 0 :(得分:1)

使用更新版本的node和npm,最好是LTS版本