atom / node-spellchecker

SpellChecker Node Module
http://atom.github.io/node-spellchecker
MIT License
300 stars 108 forks source link

Error installing on EndeavourOS #137

Open TADebastiani opened 4 years ago

TADebastiani commented 4 years ago

Hi, I'm not sure if its from spellcheck or from another module. I'm using node v14.8.0 and npm 6.14.7

gyp ERR! build error 
gyp ERR! stack Error: `make` failed with exit code: 2
gyp ERR! stack     at ChildProcess.onExit (/home/tiago/.nvm/versions/node/v14.8.0/lib/node_modules/npm/node_modules/node-gyp/lib/build.js:194:23)
gyp ERR! stack     at ChildProcess.emit (events.js:314:20)
gyp ERR! stack     at Process.ChildProcess._handle.onexit (internal/child_process.js:276:12)
gyp ERR! System Linux 5.8.10-arch1-1
gyp ERR! command "/home/tiago/.nvm/versions/node/v14.8.0/bin/node" "/home/tiago/.nvm/versions/node/v14.8.0/lib/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js" "rebuild"
gyp ERR! cwd /home/tiago/.nvm/versions/node/v14.8.0/lib/node_modules/spellcheck
gyp ERR! node -v v14.8.0
gyp ERR! node-gyp -v v5.1.0
gyp ERR! not ok 
npm ERR! code ELIFECYCLE
npm ERR! errno 1
npm ERR! spellcheck@0.0.5 install: `node-gyp rebuild`
npm ERR! Exit status 1
npm ERR! 
npm ERR! Failed at the spellcheck@0.0.5 install script.
npm ERR! This is probably not a problem with npm. There is likely additional logging output above.

The entire log is here.