Last night I tried to update my node and npm, it seemed to have been successful, however ever since then I have been getting this same error any time I try and run any npm c
Run below command from a command prompt
Step 1 : (If possible open cmd as administrator) - npm install -g npm-check-updates
Step 2 : - Open new command prompt and Create a new project
I had the same error (npm update check failed) on a Centos 7 but not when installing node, just when loggin into the server and it was because there was no more space left. Deleted some files, updated the system and everything worked fine again.
Just in case somebody else comes to the same problem.