Unable to update from 2.13.0 to 2.13.1

I have tried multiple times to update to latest 2.13.1. No joy. Seeing these messages in server log for signalk.server. Should I attempt from cmdline? Feb 05 08:50:01 stderr: npm warn deprecated [email protected]: This module is not supported, and leaks memory. Do not use it. Check out lru-cache if you want a good and tested way to coalesce async requests by a key value, which is much more comprehensive and powerful. Feb 05 08:50:01 stderr: npm warn deprecated [email protected]: This package is deprecated. Use the optional chaining (?.) operator instead. Feb 05 08:50:01 stderr: npm warn deprecated [email protected]: Rimraf versions prior to v4 are no longer supported Feb 05 08:50:02 stderr: npm warn deprecated [email protected]: This package is deprecated. Use require('node:util').isDeepStrictEqual instead. Feb 05 08:50:02 stderr: npm warn deprecated [email protected]: Glob versions prior to v9 are no longer supported Feb 05 08:50:14 stderr: npm warn deprecated [email protected]: This package is no longer supported. Feb 05 08:50:42 signalk-to-influxdb:Error: Internal Server Error Feb 05 08:50:42 Error: Internal Server Error at IncomingMessage.<anonymous> (/home/pi/.signalk/node_modules/influx/lib/src/pool.js:253:53) at IncomingMessage.emit (node:events:519:35) at endReadableNT (node:internal/streams/readable:1696:12) at process.processTicksAndRejections (node:internal/process/task_queues:90:21)
4 Replies
Teppo Kurki
Teppo Kurki3w ago
None of these seem related yo server not updating. Try from the command line, see the faq for details
Charlie
CharlieOP3w ago
Same errors from cmd: root@nconboard64:~# sudo npm install -g signalk-server npm warn deprecated [email protected]: This module is not supported, and leaks memory. Do not use it. Check out lru-cache if you want a good and tested way to coalesce async requests by a key value, which is much more comprehensive and powerful. npm warn deprecated [email protected]: This package is deprecated. Use the optional chaining (?.) operator instead. npm warn deprecated [email protected]: Rimraf versions prior to v4 are no longer supported npm warn deprecated [email protected]: This package is deprecated. Use require('node:util').isDeepStrictEqual instead. npm warn deprecated [email protected]: Glob versions prior to v9 are no longer supported npm warn deprecated [email protected]: This package is no longer supported. changed 692 packages in 4m 119 packages are looking for funding run npm fund for details root@nconboard64:~#
Teppo Kurki
Teppo Kurki3w ago
These are no errors but warnings Changed and funding lines means the install succeeded

Did you find this page helpful?