v8::TryCatch has been removed in the v8 engine shipped with node 10 so node-pre-gyp fails in the compilation step. Not sure what the alternative is, but below is the line of code causing the issue. Seems like it would be a fairly simple fix (to someone more intimate with v8 than I am).
https://github.com/node-inspector/v8-profiler/blob/master/src/heap_profiler.cc#L16
v8::TryCatchhas been removed in the v8 engine shipped with node 10 so node-pre-gyp fails in the compilation step. Not sure what the alternative is, but below is the line of code causing the issue. Seems like it would be a fairly simple fix (to someone more intimate with v8 than I am).https://github.com/node-inspector/v8-profiler/blob/master/src/heap_profiler.cc#L16