pdiffjson icon indicating copy to clipboard operation
pdiffjson copied to clipboard

NPM install missing colordiff dependency

Open diamondman opened this issue 3 years ago • 1 comments

➜  ~ npm install -g pdiffjson
added 1 package, and audited 2 packages in 947ms
found 0 vulnerabilities
➜  ~ pdiffjson ~/Documents/modem.list ~/Documents/modem_new.list 
~/.nvm/versions/node/v16.4.0/bin/pdiffjson: line 56: colordiff: command not found
➜  ~ npm install -g colordiff                                        
added 9 packages, and audited 10 packages in 922ms
found 0 vulnerabilities
➜  ~ pdiffjson ~/Documents/modem.list ~/Documents/modem_new.list //WORKS

diamondman avatar Sep 24 '21 22:09 diamondman

I'd assumed jq and colordiff are system (not npm) installations but that's another approach worth considering.

For now clarified the readme.

jlevy avatar Oct 17 '21 20:10 jlevy