Skip to content

Instantly share code, notes, and snippets.

@netmiller
netmiller / gist:c420ae1e83da39f0ccaca38970baca9e
Created January 3, 2018 20:18
2018-01-03T20_02_11_171Z-debug.log
0 info it worked if it ends with ok
1 verbose cli [ 'C:\\Program Files\\nodejs\\node.exe',
1 verbose cli 'C:\\Program Files\\nodejs\\node_modules\\npm\\bin\\npm-cli.js',
1 verbose cli 'install',
1 verbose cli '--save-dev',
1 verbose cli 'u2f-client' ]
2 info using npm@5.5.1
3 info using node@v8.9.3
4 verbose npm-session d5380bfbae8a0cc7
5 silly install loadCurrentTree
@netmiller
netmiller / gist:8771e3a75b3bb0b91b3fb2fd62f762e1
Created December 18, 2017 15:02
pkcs11js : npm install - debug.log
► iMac@pcsctest$ cat ~/debug-2017-12-18.log
0 info it worked if it ends with ok
1 verbose cli [ 'C:\\Program Files\\nodejs\\node.exe',
1 verbose cli 'C:\\Program Files\\nodejs\\node_modules\\npm\\bin\\npm-cli.js',
1 verbose cli 'install' ]
2 info using npm@5.5.1
3 info using node@v8.9.3
4 verbose npm-session e878c1d1f0b80355
5 silly install runPreinstallTopLevelLifecycles
6 silly preinstall pkcs11js@1.0.12
@netmiller
netmiller / gist:15ceb0ddf2d6e37ed7f86d5bba771f1a
Last active January 27, 2017 11:17
golang versio SSH-tunnelista (yhteys MySQL-kantaan; notty oletuksena)
package main
import (
"os"
"log"
"net"
"io"
"io/ioutil"
"bytes"