tessella icon indicating copy to clipboard operation
tessella copied to clipboard

Failed to build project

Open xinyuluo opened this issue 2 years ago • 1 comments

I tried to follow the installation guide and built from source, but encountered the following error:

$ npm i
npm WARN deprecated [email protected]: renamed to d3-queue
npm WARN deprecated [email protected]: Please upgrade to latest, formidable@v2 or formidable@v3! Check these notes: https://bit.ly/2ZEqIau
npm WARN deprecated [email protected]: Please upgrade to @mapbox/node-pre-gyp: the non-scoped node-pre-gyp package is deprecated and only the @mapbox scoped package will recieve updates in the future

> [email protected] install /disk3/team/maptiles/tessella/node_modules/sqlite3
> node-pre-gyp install --fallback-to-build

sh: 1: node-pre-gyp: Permission denied
npm WARN @typescript-eslint/[email protected] requires a peer of eslint@^5.0.0 but none is installed. You must install peer dependencies yourself.

npm ERR! code ELIFECYCLE
npm ERR! errno 126
npm ERR! [email protected] install: `node-pre-gyp install --fallback-to-build`
npm ERR! Exit status 126
npm ERR! 
npm ERR! Failed at the [email protected] install script.
npm ERR! This is probably not a problem with npm. There is likely additional logging output above.

any ideas how I can fix this? thank you. (FTR my node version is v12.22.7)

xinyuluo avatar Nov 12 '21 13:11 xinyuluo

Getting same error, with node v14.18.3 and npm v6.14.15

answerquest avatar May 26 '22 10:05 answerquest