When I do an npm command to install/update a custom node, I'm getting an error regarding a missing node. I created and installed the sample red-contrib-example-lower-case node. I have subsequently removed that node, but now it's giving an error on that node when I do an npm on my real node.
How do I get rid of that error?
TIA
npm WARN checkPermissions Missing write access to ~/node-red/node_modules/red-contrib-example-lower-case
npm WARN enoent ENOENT: no such file or directory, open '~/node-red/package.json'
npm WARN node-red No description
npm WARN node-red No repository field.
npm WARN node-red No README data
npm WARN node-red No license field.
npm ERR! code ENOENT
npm ERR! syscall access
npm ERR! path ~/node-red/node_modules/red-contrib-example-lower-case
npm ERR! errno -2
npm ERR! enoent ENOENT: no such file or directory, access '~/node-red/node_modules/red-contrib-example-lower-case'
npm ERR! enoent This is related to npm not being able to find a file.
npm ERR! enoent
npm ERR! A complete log of this run can be found in:
npm ERR! ~/.npm/_logs/2021-02-19T15_40_56_881Z-debug.log