🤷♂️
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| @-moz-document regexp("https://[^./]*\\.slack\\.com/.*") { @keyframes highlight_fade { from { background-color: #424242; } | |
| to { background-color: #363636; } } | |
| body { background: #222; color: #e6e6e6; } | |
| a { color: #949494; } | |
| a:link, a:visited { color: #949494; } | |
| a:hover, a:active, a:focus { color: #c7c7c7; } | |
| hr { border-bottom: 1px solid #424242; border-top: 1px solid #222; } | |
| h1, h2, h3, h4 { color: #e6e6e6; } | |
| h1 a { color: #e6e6e6; } | |
| h1 a:active, h1 a:hover, h1 a:link, h1 a:visited { color: #e6e6e6; } |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| npm ERR! [email protected] install: `node-gyp rebuild` | |
| npm ERR! Exit status 1 | |
| npm ERR! | |
| npm ERR! Failed at the [email protected] install script 'node-gyp rebuild'. | |
| npm ERR! Make sure you have the latest version of node.js and npm installed. | |
| npm ERR! If you do, this is most likely a problem with the pcap package, | |
| npm ERR! not with npm itself. | |
| npm ERR! Tell the author that this fails on your system: | |
| npm ERR! node-gyp rebuild | |
| npm ERR! You can get information on how to open an issue for this project with: |