Error: No compatible version found: tilelive-overlay@'^0.6.0'
I'm in Ubuntu 18.04 and I've cloned the repository. To build the source file I've run npm install but it fails with some error. Here is the part of debug.log of the process which includes the error:
336 error Error: No compatible version found: tilelive-overlay@'^0.6.0' 336 error Valid install targets: 336 error ["0.0.1","0.0.2","0.0.3","0.0.4","0.0.5","0.0.6","0.0.7","0.0.8","0.0.9","0.0.10","0.1.0","0.2.0","0.3.0","0.3.1","0.3.2","0.4.0","0.4.1","0.5.0","0.6.0","0.7.0","0.7.1"] 336 error at installTargetsError (/home/nasser/.nvm/v0.10.0/lib/node_modules/npm/lib/cache.js:682:10) 336 error at /home/nasser/.nvm/v0.10.0/lib/node_modules/npm/lib/cache.js:597:10 336 error at saved (/home/nasser/.nvm/v0.10.0/lib/node_modules/npm/node_modules/npm-registry-client/lib/get.js:138:7) 336 error at Object.oncomplete (fs.js:93:15) 337 error If you need help, you may report this log at: 337 error <http://github.com/isaacs/npm/issues> 337 error or email it to: 337 error <[email protected]> 338 error System Linux 4.15.0-47-generic 339 error command "/home/nasser/.nvm/v0.10.0/bin/node" "/home/nasser/.nvm/v0.10.0/bin/npm" "install" 340 error cwd /home/nasser/tippecanoe/tileserver 341 error node -v v0.10.0 342 error npm -v 1.2.14 343 verbose exit [ 1, true ]
How should I resolve this?