update failed, no can bus

I just updated the server and started getting the error "unable to load native socketcan interface". After playing with various solutions from threads, nothing worked, so I uninstalled SK completely and reinstalled, but now I'm getting a new error: npm error code E404 npm error 404 Not Found - GET https://registry.npmjs.org/@signalk%2ftypedoc-signalk-theme - Not found npm error 404 npm error 404 The requested resource '@signalk/typedoc-signalk-theme@^0.3.0' could not be found or you do not have permission to access it. npm error 404 npm error 404 Note that you can also install from a npm error 404 tarball, folder, http url, or git url. npm error A complete log of this run can be found in: /root/.npm/_logs/2025-08-13T23_32_22_172Z-debug-0.log
5 Replies
barnaclebill
barnaclebillOP2w ago
Sorted! After second uninstall/reinstall, everything is working. And my precious node-red configurations are restored!
Lille Ø
Lille Ø2w ago
That error is from the development dependencies that you won't need. You could also bypass it with npm install --production
Scott Bender
Scott Bender2w ago
@Teppo Kurki I thought this was fixed? https://github.com/SignalK/signalk-server/pull/2034
GitHub
chore: @signalk/typedoc-signalk-theme by tkurki · Pull Request #20...
In preparation for publishing it so that it is a proper, installable module and not just a ghost move the module under @SignalK organisation.
Teppo Kurki
Teppo Kurki2w ago
Hmm is not yet in npm i think, just changed in git now in npm

Did you find this page helpful?