I can't install a palette

Hello, i want to install the palette : node-red-node-sqlite.
I tried to install it by terminal or by Node-red directly

My log :
C:\Users\perri\AppData\Roaming\npm\node_modules\node-red>npm install node-red-node-sqlite

bcrypt@3.0.6 install C:\Users\perri\AppData\Roaming\npm\node_modules\node-red\node_modules\bcrypt
node-pre-gyp install --fallback-to-build

node-pre-gyp WARN Using request for node-pre-gyp https download
node-pre-gyp WARN download ignoring invalid "proxy" config setting: "localhost"
node-pre-gyp ERR! UNCAUGHT EXCEPTION
node-pre-gyp ERR! stack AssertionError [ERR_ASSERTION]: 1765 == 0
node-pre-gyp ERR! stack at ClientRequest.onConnect (C:\Users\perri\AppData\Roaming\npm\node_modules\node-red\node_modules\tunnel-agent\index.js:160:14)
node-pre-gyp ERR! stack at Object.onceWrapper (events.js:418:26)
node-pre-gyp ERR! stack at ClientRequest.emit (events.js:311:20)
node-pre-gyp ERR! stack at Socket.socketOnData (_http_client.js:510:11)
node-pre-gyp ERR! stack at Socket.emit (events.js:311:20)
node-pre-gyp ERR! stack at addChunk (_stream_readable.js:294:12)
node-pre-gyp ERR! stack at readableAddChunk (_stream_readable.js:275:11)
node-pre-gyp ERR! stack at Socket.Readable.push (_stream_readable.js:209:10)
node-pre-gyp ERR! stack at TCP.onStreamRead (internal/stream_base_commons.js:186:23)
node-pre-gyp ERR! System Windows_NT 10.0.18362
node-pre-gyp ERR! command "C:\Program Files\nodejs\node.exe" "C:\Users\perri\AppData\Roaming\npm\node_modules\node-red\node_modules\bcrypt\node_modules\node-pre-gyp\bin\node-pre-gyp" "install" "--fallback-to-build"
node-pre-gyp ERR! cwd C:\Users\perri\AppData\Roaming\npm\node_modules\node-red\node_modules\bcrypt
node-pre-gyp ERR! node -v v12.16.1
node-pre-gyp ERR! node-pre-gyp -v v0.12.0
node-pre-gyp ERR! This is a bug in node-pre-gyp.
node-pre-gyp ERR! Try to update node-pre-gyp and file an issue if it does not help:
node-pre-gyp ERR! https://github.com/mapbox/node-pre-gyp/issues

sqlite3@4.1.1 install C:\Users\perri\AppData\Roaming\npm\node_modules\node-red\node_modules\sqlite3
node-pre-gyp install --fallback-to-build

node-pre-gyp WARN Using request for node-pre-gyp https download
node-pre-gyp WARN download ignoring invalid "proxy" config setting: "localhost"
node-pre-gyp ERR! UNCAUGHT EXCEPTION
node-pre-gyp ERR! stack AssertionError [ERR_ASSERTION]: 1765 == 0
node-pre-gyp ERR! stack at ClientRequest.onConnect (C:\Users\perri\AppData\Roaming\npm\node_modules\node-red\node_modules\tunnel-agent\index.js:160:14)
node-pre-gyp ERR! stack at Object.onceWrapper (events.js:418:26)
node-pre-gyp ERR! stack at ClientRequest.emit (events.js:311:20)
node-pre-gyp ERR! stack at Socket.socketOnData (_http_client.js:510:11)
node-pre-gyp ERR! stack at Socket.emit (events.js:311:20)
node-pre-gyp ERR! stack at addChunk (_stream_readable.js:294:12)
node-pre-gyp ERR! stack at readableAddChunk (_stream_readable.js:275:11)
node-pre-gyp ERR! stack at Socket.Readable.push (_stream_readable.js:209:10)
node-pre-gyp ERR! stack at TCP.onStreamRead (internal/stream_base_commons.js:186:23)
node-pre-gyp ERR! System Windows_NT 10.0.18362
node-pre-gyp ERR! command "C:\Program Files\nodejs\node.exe" "C:\Users\perri\AppData\Roaming\npm\node_modules\node-red\node_modules\sqlite3\node_modules\node-pre-gyp\bin\node-pre-gyp" "install" "--fallback-to-build"
node-pre-gyp ERR! cwd C:\Users\perri\AppData\Roaming\npm\node_modules\node-red\node_modules\sqlite3
node-pre-gyp ERR! node -v v12.16.1
node-pre-gyp ERR! node-pre-gyp -v v0.11.0
node-pre-gyp ERR! This is a bug in node-pre-gyp.
node-pre-gyp ERR! Try to update node-pre-gyp and file an issue if it does not help:
node-pre-gyp ERR! https://github.com/mapbox/node-pre-gyp/issues
npm WARN optional SKIPPING OPTIONAL DEPENDENCY: bcrypt@3.0.6 (node_modules\bcrypt):
npm WARN optional SKIPPING OPTIONAL DEPENDENCY: bcrypt@3.0.6 install: node-pre-gyp install --fallback-to-build
npm WARN optional SKIPPING OPTIONAL DEPENDENCY: Exit status 7

npm ERR! code ELIFECYCLE
npm ERR! errno 7
npm ERR! sqlite3@4.1.1 install: node-pre-gyp install --fallback-to-build
npm ERR! Exit status 7
npm ERR!
npm ERR! Failed at the sqlite3@4.1.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! C:\Users\perri\AppData\Roaming\npm-cache_logs\2020-04-06T17_13_10_095Z-debug.log

Sorry, for my langage I'm not good to speak on english ^^

This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.