Trying to install the node from this thread:
I get an error.
This is the tail of the error:
24 silly saveTree │ ├── formidable@1.2.1
24 silly saveTree │ ├── mime@1.6.0
24 silly saveTree │ └─┬ readable-stream@2.3.6
24 silly saveTree │ ├── process-nextick-args@2.0.0
24 silly saveTree │ └── string_decoder@1.1.1
24 silly saveTree └── when@3.7.8
25 verbose stack Error: /home/pi/.node-red/node_modules/node-red-contrib-pifacecad: Appears to be a git repo or submodule.
25 verbose stack at /usr/lib/node_modules/npm/node_modules/npm-install-checks/index.js:138:15
25 verbose stack at callback (/usr/lib/node_modules/npm/node_modules/graceful-fs/polyfills.js:295:20)
25 verbose stack at FSReqWrap.oncomplete (fs.js:154:5)
26 verbose cwd /home/pi/.node-red
27 verbose Linux 4.9.35-v7+
28 verbose argv "/usr/bin/node" "/usr/bin/npm" "install" "--no-audit" "--no-update-notifier" "--save" "--save-prefix=\"~\"" "--production" "node-red-contrib-components@0.1.8"
29 verbose node v10.21.0
30 verbose npm v6.14.4
31 error code EISGIT
32 error path /home/pi/.node-red/node_modules/node-red-contrib-pifacecad
33 error git /home/pi/.node-red/node_modules/node-red-contrib-pifacecad: Appears to be a git repo or submodule.
34 error git /home/pi/.node-red/node_modules/node-red-contrib-pifacecad
35 error git Refusing to remove it. Update manually,
35 error git or move it out of the way first.
36 verbose exit [ 1, true ]
Which is complaining about node_modules/node-red-contrib-pifacecad
Yeah, fair enough, but..... why when I am installing another node?
What do I need to do to fix it?
Sorry if this is an easy question. But I seem to be asking a lot of hard questions recently and have decided to try and go easy.