I’m running this command on the Glitch terminal:
npm install @slack/bolt@feat-socket-mode && npm install @slack/socket-mode@feat-socket-mode
But I keep getting these errors
tModeBeta.1
added 95 packages from 104 contributors, removed 4 packages, updated 2 packages and moved 75 packages in 28.793s
app@elegant-hissing-attic:~ 22:04
$
app@elegant-hissing-attic:~ 22:04
$ npm install @slack/bolt@feat-socket-mode && npm install @slack/socket-mode@feat-socket-mode
npm WARN rm not removing /app/node_modules/.bin/node-gyp-build as it wasn’t installed by /app/node_modules/node-gyp-build
npm WARN rm not removing /app/node_modules/.bin/node-gyp-build-optional as it wasn’t installed by /app/node_modules/node-gyp-build
npm WARN rm not removing /app/node_modules/.bin/node-gyp-build-test as it wasn’t installed by /app/node_modules/node-gyp-build
npm WARN rm not removing /app/node_modules/.bin/mime as it wasn’t installed by /app/node_modules/mime
npm WARN ws@7.3.1 requires a peer of bufferutil@^4.0.1 but none is installed. You must install peer dependencies yourself.
npm WARN ws@7.3.1 requires a peer of utf-8-validate@^5.0.2 but none is installed. You must install peer dependencies yourself.
I installed the bufferutil and uft-8-validate dependencies but I keep getting the same errors.
I get the same error regardless of which dependency I try to install, npm is not working at all for me. Any ideas?