I can't update/install simpletime node

Hi I've updated several nodes on my plow but simpletime refuses to install, maybe it's made just for a newer version of NR. how can I overcome this? This is the error:



2022-03-12T13:45:48.459Z Install : node-red-contrib-simpletime 2.10.3

2022-03-12T13:45:47.971Z npm install --no-audit --no-update-notifier --no-fund --save --save-prefix=~ --production node-red-contrib-simpletime@2.10.3
2022-03-12T13:47:59.015Z [out] 
2022-03-12T13:47:59.015Z [out] up to date in 2m
2022-03-12T13:47:59.044Z rc=0

on console:

Error: Install failed
    at /usr/lib/node_modules/node-red/node_modules/@node-red/registry/lib/installer.js:214:23
    at processTicksAndRejections (internal/process/task_queues.js:95:5)
12 Mar 16:47:59 - [error] Error: Install failed

npm install node-red-contrib-simpletime doesnt help:

pi@RaspbFranco:~/.node-red $ npm install node-red-contrib-simpletime

up to date, audited 832 packages in 2m

71 packages are looking for funding
  run `npm fund` for details

43 vulnerabilities (16 moderate, 25 high, 2 critical)

To address issues that do not require attention, run:
  npm audit fix

To address all issues possible (including breaking changes), run:
  npm audit fix --force

Some issues need review, and may require choosing
a different dependency.

Run `npm audit` for details.

Node JS Version

14.17.2
NPM Version

7.19.1
Node-RED Version

1.3.5
Operating System

Raspbian 5.10.48-v7+

I have solved with npm install node-red-contrib-simpletime@2.10.0

You should consider upgrading node red to a more up to date version.

1 Like

This is a duplicate post, as the OP also raised a git issue, which I have already answered, and dealt with.