I have been using raspian and node red few years. It has been working well.
I desided to update node red and update worked well.
Then I run in to trouble with palette manager. node-red-contrib-tellstick
had some conflicts and I desided to uninstall it, since not using it anymore.
Uninstall did not work. Nodes dissapeared from palette, but every time I try to install other nodes npm tries to install also 'node-red-contrib-tellstick' again and it fails. So I am not able to install any nodes.
Tried to clean npm cache with --force without help.....
Tried to run install/update script again.
bash <(curl -sL https://raw.githubusercontent.com/node-red/linux-installers/master/deb/update-nodejs-and-nodered)
Not working....
LOG file snippet:
2020-01-04T15:06:52.476Z Install : node-red-node-pushbullet 0.0.14
2020-01-04T15:06:52.567Z npm install --no-audit --no-update-notifier --save --save-prefix="~" --production node-red-node-pushbullet@0.0.14
2020-01-04T15:07:11.119Z [out]
2020-01-04T15:07:11.119Z [out] > telldus@1.1.2 install /home/pi/.node-red/node_modules/telldus
2020-01-04T15:07:11.119Z [out] > node-gyp configure build
2020-01-04T15:07:11.119Z [out]
2020-01-04T15:07:13.290Z [out] make: Entering directory '/home/pi/.node-red/node_modules/telldus/build'
2020-01-04T15:07:13.299Z [out] CXX(target) Release/obj.target/telldus/telldus.o
2020-01-04T15:07:15.702Z [err] ../telldus.cc: In function ‘v8::Localv8::Object telldus_v8::GetSupportedMethods(int, int, v8::Isolate*)’:
2020-01-04T15:07:15.702Z [err] ../telldus.cc:96:105: warning: ‘static v8::Localv8::String v8::String::NewFromUtf8(v8::Isolate*, const char*, v8::String::NewStringType, int)’ is deprecated: Use maybe version [-Wdeprecated-declarations]
2020-01-04T15:07:15.702Z [err] if (supportedMethods & TELLSTICK_TURNON) methodsObj->Set(i++, String::NewFromUtf8(isolate, "TURNON"));
2020-01-04T15:07:15.702Z [err] ^
2020-01-04T15:07:15.703Z [err] In file included from /home/pi/.cache/node-gyp/12.14.0/include/node/v8-internal.h:14:0,
2020-01-04T15:07:15.703Z [err] from /home/pi/.cache/node-gyp/12.14.0/include/node/v8.h:25,
2020-01-04T15:07:15.703Z [err] from /home/pi/.cache/node-gyp/12.14.0/include/node/node.h:63,
2020-01-04T15:07:15.703Z [err] from ../telldus.cc:9:
2020-01-04T15:07:15.703Z [err] /home/pi/.cache/node-gyp/12.14.0/include/node/v8.h:2936:21: note: declared here