Hi there
I´ve been struggling with this and read related topics, but no one with a working solution.
I´m on a rasbbery pi 4 model B, Node-RED v. 1.03 and Node.js v.12.14.1.
After multiple reinstalls same errors occurs - my nodes are missing(node-red-contrib-postgres 0.6.1 & node-red-contrib-re-postgres 0.1.12.). First everything runs with no error and then they´re suddenly removed from the dashboard. I can´t remove the nodes (so I can reinstall them again) - either from command line or within Palette.
Log says:
[info] Waiting for missing types to be registered:
[info] - postgresdb
[info] - postgres
From Pallete when trying to remove nodes:
-----------------------------------------------------------
2020-02-05T20:05:45.850Z Remove : node-red-contrib-postgres-listen
2020-02-05T20:05:50.122Z npm remove --no-audit --no-update-notifier --save node-red-contrib-postgres-listen
2020-02-05T20:05:53.067Z [err] npm
2020-02-05T20:05:53.068Z [err] WARN node-red-project@0.0.1 No repository field.
2020-02-05T20:05:53.068Z [err] npm
2020-02-05T20:05:53.068Z [err] WARN node-red-project@0.0.1 No license field.
2020-02-05T20:05:53.069Z [err]
2020-02-05T20:05:53.072Z [out] removed 7 packages in 1.809s
2020-02-05T20:05:53.545Z rc=0
-----------------------------------------------------------
2020-02-05T20:06:14.702Z Remove : node-red-contrib-postgres
-----------------------------------------------------------
2020-02-05T20:07:03.150Z Remove : node-red-contrib-postgres
And
-----------------------------------------------------------
2020-02-05T20:05:45.850Z Remove : node-red-contrib-postgres-listen
2020-02-05T20:05:50.122Z npm remove --no-audit --no-update-notifier --save node-red-contrib-postgres-listen
2020-02-05T20:05:53.067Z [err] npm
2020-02-05T20:05:53.068Z [err] WARN node-red-project@0.0.1 No repository field.
2020-02-05T20:05:53.068Z [err] npm
2020-02-05T20:05:53.068Z [err] WARN node-red-project@0.0.1 No license field.
2020-02-05T20:05:53.069Z [err]
2020-02-05T20:05:53.072Z [out] removed 7 packages in 1.809s
2020-02-05T20:05:53.545Z rc=0
What are my options? Thx in advance.