A module installation error -117?

Anyone see this one before? New to me!

pi@pi4modelb2:~/.node-red $ npm install node-red-contrib-loop-processing
npm ERR! code Unknown system error -117
npm ERR! syscall mkdir
npm ERR! path /home/pi/.npm/_cacache/index-v5/ca/89
npm ERR! errno -117
npm ERR! Unknown system error -117: Unknown system error -117, mkdir '/home/pi/.npm/_cacache/index-v5/ca/89'

npm ERR! A complete log of this run can be found in:
npm ERR!     /home/pi/.npm/_logs/2020-11-06T00_45_39_052Z-debug.log
pi@pi4modelb2:~/.node-red $ cat /home/pi/.npm/_logs/2020-11-06T00_45_39_052Z-debug.log
0 info it worked if it ends with ok
1 verbose cli [
1 verbose cli   '/usr/bin/node',
1 verbose cli   '/usr/bin/npm',
1 verbose cli   'install',
1 verbose cli   'node-red-contrib-loop-processing'
1 verbose cli ]
2 info using npm@6.14.8
3 info using node@v12.19.0
4 verbose npm-session d823d5c6e386ff0d
5 silly install loadCurrentTree
6 silly install readLocalPackageData
7 http fetch GET 200 https://registry.npmjs.org/node-red-contrib-loop-processing 41ms (from cache)
8 verbose stack Error: Unknown system error -117: Unknown system error -117, mkdir '/home/pi/.npm/_cacache/index-v5/ca/89'
9 verbose cwd /home/pi/.node-red
10 verbose Linux 5.4.69-v7l+
11 verbose argv "/usr/bin/node" "/usr/bin/npm" "install" "node-red-contrib-loop-processing"
12 verbose node v12.19.0
13 verbose npm  v6.14.8
14 error code Unknown system error -117
15 error syscall mkdir
16 error path /home/pi/.npm/_cacache/index-v5/ca/89
17 error errno -117
18 error Unknown system error -117: Unknown system error -117, mkdir '/home/pi/.npm/_cacache/index-v5/ca/89'
19 verbose exit [ -117, true ]
pi@pi4modelb2:~/.node-red $

Even a Google search did not seem to illuminate this one much?

Under npm file system corruption, structure needs cleaning warning once I tried to create the directory that failed to be created as a test. Might just be file system issue or maybe a bad SD card.

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.