delice
delice copied to clipboard
📑 A CLI to help you get insight into your projects' licenses
The NPM [docs](https://docs.npmjs.com/files/package.json#license) for `package.json` consider the following license formats as valid: ``` { "license" : "SEE LICENSE IN " } { "license": "UNLICENSED" } ``` This PR adds support...
🚨 You need to enable Continuous Integration on Greenkeeper branches of this repository. 🚨 To enable Greenkeeper, you need to make sure that a [commit status](https://help.github.com/articles/about-statuses/) is reported on all...
```bash $ delice /Users/Jeremiah/npm/lib/node_modules/delice/node_modules/yargs/yargs.js:1163 else throw err ^ Error: ENOENT: no such file or directory, stat 'node_modules/.bin/detect-libc' at Object.statSync (fs.js:856:3) at /Users/Jeremiah/npm/lib/node_modules/delice/node_modules/liblice/lib/recursiveFileSearch.js:7:55 at Array.filter () at getFilePaths (/Users/Jeremiah/npm/lib/node_modules/delice/node_modules/liblice/lib/recursiveFileSearch.js:7:32) at /Users/Jeremiah/npm/lib/node_modules/delice/node_modules/liblice/lib/recursiveFileSearch.js:9:64...
I'm trying to check the licenses for `node-red`, which I've installed in /usr/lib/node_modules/node-red (with `npm install -g`. And I'm getting this somewhat mysterious error message. It looks like `yargs` has...