console-highlight icon indicating copy to clipboard operation
console-highlight copied to clipboard

Syntax highlighting in the console

Results 3 console-highlight issues
Sort by recently updated
recently updated
newest added

I performed these steps: `git clone https://github.com/dtao/console-highlight.git` `cd console-highlight` `npm install` `node test.js` And this is my output: ``` /path/to/console-highlight/node_modules/jsdom/lib/jsdom/level1/core.js:553 Array.prototype.splice.call(this._childNodes, refChildIndex, 0, newChild); ^ TypeError: Cannot set property length...

It would be a really nice tool to use from the command line. The usage could be: ``` highlight [-l language] [-t theme] file ``` if file is omitted, it...

``` sh /home/abhisekp/MyProjects/NodeApp/md-urls/node_modules/bail/index.js:28 throw err; ^ TypeError: Cannot set property length of [object Object] which has only a getter at [object Object].core.Node.insertBefore (/home/abhisekp/MyProjects/NodeApp/md-urls/node_modules/jsdom/lib/jsdom/level1/core.js:553:30) at [object Object]. (/home/abhisekp/MyProjects/NodeApp/md-urls/node_modules/jsdom/lib/jsdom/level2/events.js:332:20) at [object Object].proto.(anonymous...