npm install cordova-android@5.2.2 fails with below
npm ERR! path /Users/Barry/Desktop/demo/node_modules/npm/node_modules/dezalgo
npm ERR! code ENOENT
npm ERR! errno -2
npm ERR! syscall rename
npm ERR! enoent ENOENT: no such file or directory, rename '/Users/Barry/Desktop/demo/node_modules/npm/node_modules/dezalgo' -> '/Users/Barry/Desktop/demo/node_modules/npm/node_modules/.dezalgo.DELETE'
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! /Users/Barry/.npm/_logs/2018-01-10T23_36_50_656Z-debug.log
True the Directory does not exist, yet I have never installed this package and don't know what it is (I'm assuming a dependencies for something) it is also NOT listed in my package.json
Please help
Thanks in advance