NPM error on update. I recently update to Node version 7.x. Now npm is not working.
I am unable to locate the error, it may be due to - npm ERR! Ca
npm ERR! Ca
According to this thread, updating npm to version 4 will solve your problem, try:
npm
npm i -g npm@4
If this doesn't work, try:
~/.n/n/versions/node/7.0.0/bin/npm i -g npm@4