Problème node-gyp

Bonjour,
J’ai des erreurs dès que j’installe un module qui doit utiliser node-gyp. Je ne comprends pas. J’ai tenté plusieurs choses mais rien ne fonctionne.

Aurriez-vous une idée ?

Voici un type d’erreur :

pty.target.mk:99: recipe for target ‹ Release/obj.target/pty/src/unix/pty.o › failed
make: *** [Release/obj.target/pty/src/unix/pty.o] Error 1
make: Leaving directory ‹ /home/pi/appBlue/node_modules/pty.js/build ›
gyp ERR! build error
gyp ERR! stack Error: make failed with exit code: 2
gyp ERR! stack at ChildProcess.onExit (/usr/lib/node_modules/npm/node_modules/node-gyp/lib/build.js:262:23)
gyp ERR! stack at ChildProcess.emit (events.js:182:13)
gyp ERR! stack at Process.ChildProcess._handle.onexit (internal/child_process.js:237:12)
gyp ERR! System Linux 4.14.52-v7+
gyp ERR! command « /usr/bin/node » « /usr/lib/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js » « rebuild »
gyp ERR! cwd /home/pi/appBlue/node_modules/pty.js
gyp ERR! node -v v10.7.0
gyp ERR! node-gyp -v v3.8.0
gyp ERR! not ok
npm WARN appblue@1.0.0 No description
npm WARN appblue@1.0.0 No repository field.

npm ERR! code ELIFECYCLE
npm ERR! errno 1
npm ERR! pty.js@0.3.1 install: node-gyp rebuild
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the pty.js@0.3.1 install script.
npm ERR! This is probably not a problem with npm. There is likely additional logging output above.

npm ERR! A complete log of this run can be found in:
npm ERR! /root/.npm/_logs/2018-08-17T16_14_11_733Z-debug.log