Removing a node from Node-red -
i've installed contrib-mssql node using npm -g. when run npm uninstall node still listed in left side bar.
- there no flows using , can disable in user settings/manage palette.
- also did not find referring "mssql" in settings.json of red-node.
i rid of node. hints on try next?
node-red keeps cache of discovered nodes in file called .config.json
in user directory (normally ~/.node-red/
on unix style systems).
this file contains key decrypt credentials file. if have no credentials stored in flow (this unlikely if connecting out other systems) can try removing file.
instead can rename file, start node-red let start up, shut down copy _credentialsecret
value old file new file , restart node-red. should move refresh cache , allow access credentials.
Comments
Post a Comment