debian - OpenLayers installation using npm - packet not found -
i trying install openlayers within express project using npm create custom builds following error:
npm err! 404 not found npm err! 404 npm err! 404 'mapbox/vector-tile' not in npm registry. npm err! 404 should bug author publish npm err! 404 specified dependency of 'openlayers' npm err! 404 npm err! 404 note can install 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
i tried updating npm , installing vector-tile manually didn't help.
what doing wrong?
edit: same error when calling npm install ol
instead of npm install openlayers
.
use more recent version of node , npm, preferably lts versions
Comments
Post a Comment