Node.js 8.0.0 has been delayed and will ship on or around May 30th
1–8 of 8 posts
Re: Node.js 8.0.0 has been delayed and will ship on or around May 30th
#2Re: Node.js 8.0.0 has been delayed and will ship on or around May 30th
#3Re: Node.js 8.0.0 has been delayed and will ship on or around May 30th
#4I see this as waiting 2 months for a updated product line instead of jumping the gun on buying a MacBook Pro right this minute .
Re: Node.js 8.0.0 has been delayed and will ship on or around May 30th
#5Re: Node.js 8.0.0 has been delayed and will ship on or around May 30th
#6I just want a version that reliably produces stack traces that include a line of my code somewhere. I too often get some crash that has a random line from the guts of Node and nothing else. I often have to resort to putting log statements all over just to figure out what line caused the crash.
Re: Node.js 8.0.0 has been delayed and will ship on or around May 30th
#7Re: Node.js 8.0.0 has been delayed and will ship on or around May 30th
#8I just want a version that reliably produces stack traces that include a line of my code somewhere. I too often get some crash that has a random line from the guts of Node and nothing else. I often have to resort to putting log statements all over just to figure out what line caused the crash.
It allows you to abbreviate stack traces, ignore non-relevant modules, etc.