Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

NPM install missing colordiff dependency #5

Open
diamondman opened this issue Sep 24, 2021 · 1 comment
Open

NPM install missing colordiff dependency #5

diamondman opened this issue Sep 24, 2021 · 1 comment

Comments

@diamondman
Copy link

➜  ~ 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
jlevy added a commit that referenced this issue Oct 17, 2021
@jlevy
Copy link
Owner

jlevy commented Oct 17, 2021

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

For now clarified the readme.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants