This file contains 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
function poobah(path){ | |
good.see(observer) | |
good.do(tiger) | |
good.help(apprentice) | |
good.helpAnother(legaldocumentassistant) | |
good.helpHelpers(licensed) | |
good.steer(captain) | |
good.build(EPWA) | |
good.rethink(iii) | |
good.toggle(0) |
This file contains 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
Uncaught Error: Cannot find module '/node_modules/docxtemplater/vendor/pngjs/png-node' |
This file contains 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
var URL = process.argv[0] | |
//console.log(URL) | |
var http = require('http') | |
http.get("/usr/local/Cellar/node/0.10.26/bin/node"), function callback (response) { | |
response.on("error",function (error) {throw error}) | |
response.on("data", function (data) { | |
for (var i = data.length - 1; i >= 0; i--) { | |
console.log(data[i].setEncoding(utf8)); | |
}; | |