Facing problem when I try npm install on my latest master

npm WARN deprecated object-keys@0.2.0: Please update to the latest object-keys
npm ERR! path /home/shadmin/.npm/_cacache/tmp/git-clone-82944d2e/package.json
npm ERR! code ENOENT
npm ERR! errno -2
npm ERR! syscall open
npm ERR! enoent ENOENT: no such file or directory, open '/home/shadmin/.npm/_cacache/tmp/git-clone-82944d2e/package.json’
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! /home/shadmin/.npm/_logs/2017-07-10T08_53_19_357Z-debug.log

can anyone help

Are you running VS Code while doing this? Close it, there is a bug in the current version.
Any other programs that could have a file lock on/inside node_modules? Close them.

I will try this one thank you

I tried, no use, same issue occurs

So was actually VS Code or anything else that could block the files running?

I identified the problem, npm install is not working automatically, i have to install all the package and plugin all by myself manually, now its working

Which one is this? Shouldn’t happen.

in our project we used this one
ionic cordova plugin add danielsogl-cordova-plugin-clipboard
npm install --save @ionic-native/clipboard
after that only every problem happens