UNPKG
v8-profiler-n-api
Version:
latest (1.11.0)
1.11.0
1.10.1
node bindings for the v8 profiler
github.com/rchervot/v8-profiler-n-api
rchervot/v8-profiler-n-api
v8-profiler-n-api
/
scripts
/
install.js
6 lines
(3 loc)
•
123 B
JavaScript
View Raw
1
2
3
4
5
6
'use strict'
;
const
execCmd =
require
(
'./gyp'
);
execCmd
(
'node-gyp rebuild'
,
'node-pre-gyp install --fallback-to-build'
);