learn icon indicating copy to clipboard operation
learn copied to clipboard

ENOENT: no such file or directory, open

Open guyellis opened this issue 6 years ago • 0 comments

My suspicion is that an optimistically versioned sub-dependency has been updated that's causing this type of error when npm install is run:

npm WARN tar ENOENT: no such file or directory, open '/home/guy/source/learn/node_modules/.staging/write-fbead8e4/package.json'
npm WARN tar ENOENT: no such file or directory, open '/home/guy/source/learn/node_modules/.staging/istanbul-api-0b85c24d/package.json'
npm WARN tar ENOENT: no such file or directory, open '/home/guy/source/learn/node_modules/.staging/write-fbead8e4/README.md'
npm WARN tar ENOENT: no such file or directory, open '/home/guy/source/learn/node_modules/.staging/istanbul-api-0b85c24d/CHANGELOG.md'
npm WARN tar ENOENT: no such file or directory, open '/home/guy/source/learn/node_modules/.staging/write-fbead8e4/LICENSE'

guyellis avatar May 15 '19 16:05 guyellis