Fail to update node-red-contrib-hikvision-ultimate

I fail to update node-red-contrib-hikvision-ultimate on my node-red 2.1.3 server.
I get these log traces :

2021-11-01T21:03:24.338Z Install : node-red-contrib-hikvision-ultimate 1.0.55
2021-11-01T21:03:01.415Z npm install --no-audit --no-update-notifier --no-fund --save --save-prefix=~ --production --engine-strict node-red-contrib-hikvision-ultimate@1.0.55
2021-11-01T21:03:07.246Z [err] npm
2021-11-01T21:03:07.246Z [err] ERR! code ETARGET
2021-11-01T21:03:07.255Z [err] npm
2021-11-01T21:03:07.255Z [err] ERR! notarget No matching version found for digest-fetch@>=2.1.2.
2021-11-01T21:03:07.255Z [err] npm
2021-11-01T21:03:07.255Z [err] ERR! notarget In most cases you or one of your dependencies are requesting
2021-11-01T21:03:07.256Z [err] npm ERR!
2021-11-01T21:03:07.257Z [err] notarget a package version that doesn't exist.
2021-11-01T21:03:07.257Z [err] npm ERR! notarget
2021-11-01T21:03:07.257Z [err] npm ERR! notarget It was specified as a dependency of 'node-red-contrib-hikvision-ultimate'
2021-11-01T21:03:07.257Z [err] npm ERR! notarget

I'm not a node expert. Can I do something or is this can only be resolved in the node ?

I see that this version was only released today. Possibly the release was only half complete. I suspect it may be ok if you try again.

Ah, no, I was wrong. The node specifies a non-existent version of digest-fetch. I suspect a typo in the new package.json with the node. I have submitted an issue. node will not install - package.json specifies non-existent digest-fetch version · Issue #28 · Supergiovane/node-red-contrib-hikvision-ultimate · GitHub

There is a new release which should fix the problem, though I have not tried it.

Thank you. Yes it is fixed now.

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