type-profile icon indicating copy to clipboard operation
type-profile copied to clipboard

doesn't work with node 8.2.1

Open freddi301 opened this issue 7 years ago • 1 comments

{ code: -32601,
  message: '\'Profiler.startTypeProfile\' wasn\'t found' }

freddi301 avatar Sep 20 '17 08:09 freddi301

I know 😞 Type profile hasn't landed in any Node release yet (Node master picks up V8 a few weeks later). You can either build Node yourself from here https://github.com/v8/node or download it from https://nodejs.org/download/v8-canary/ (You need to get a newer one than September 12 or so, all the way at the bottom).

fhinkel avatar Sep 20 '17 17:09 fhinkel