lib-node icon indicating copy to clipboard operation
lib-node copied to clipboard

Autocode standard library Node.js bindings

Results 6 lib-node issues
Sort by recently updated
recently updated
newest added

When I use lib.http for posting/getting data from local ports/ websockets like http://0.0.0.0:5000/info It throws an error which means Service Not Found/Host Unreachable. But it's all okay when I am...

If my package.json package name has a hyphen in it, `lib.cli` returns a code example with, for example: `lib.x.hyphen-package['@dev']...` instead of `lib.x['hyphen-package']['@dev']...`

Potentially friendlier error messages, or have proxy gracefully handle situation? To replicate `node` ``` require('lib') ```

```bash < ReferenceError: names is not defined < at args.forEach.arg (/...../node_modules/lib/lib/parse.js:24:34) < at Array.forEach (native) < at module.exports (/...../node_modules/lib/lib/parse.js:17:8) < at Proxy.__call__ (/...../node_modules/lib/lib.js:21:19) < at Promise (/...../lib/emails.js:39:29) < at Promise._execute...