We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Just setup a new node install and npm installed. It fails on the first log, for example:
console.log("bla");
results in a barf
DEBUG: Starting child process with 'node single.js' domain.js:66 throw er; ^ ReferenceError: __stack is not defined at Object.forEach.console.(anonymous function) [as info] (/Users/dan/code/server/node_modules/console-trace/console-trace.js:43:42) at Object.init (/Users/dan/code/server/lib/data_store.js:17:10) at Object.start (/Users/dan/code/server/lib/server.js:17:14) at Object.<anonymous> (/Users/dan/code/server/single.js:10:8) at Module._compile (module.js:449:26) at Object.Module._extensions..js (module.js:467:10) at Module.load (module.js:356:32) at Function.Module._load (module.js:312:12) at Module.runMain (module.js:492:10) at process.startup.processNextTick.process._tickCallback (node.js:244:9) DEBUG: Program node single.js exited with code 1
It looks to me that it's because, 6 days ago, this commit in callsite - tj/callsite@4882cd0 removed the __stack var
Easiest fix looks like to set the callsite dependency to 0.0.1
The text was updated successfully, but these errors were encountered:
I have send a pull request to fix this bug. #17
Sorry, something went wrong.
Fixes LearnBoost#14
908e5d2
Without breaking backwards compatibility
Is this package still maintained? Yarn install gives me 0.2.1 not 0.2.2
No branches or pull requests
Just setup a new node install and npm installed. It fails on the first log, for example:
results in a barf
It looks to me that it's because, 6 days ago, this commit in callsite - tj/callsite@4882cd0 removed the __stack var
Easiest fix looks like to set the callsite dependency to 0.0.1
The text was updated successfully, but these errors were encountered: