UNPKG
secvision
Version:
latest (25.5.0)
25.5.0
24.12.0
24.4.8
24.4.6
24.4.5
24.4.4
24.4.3
24.4.2
24.4.1
Performance Profiler and Monitor
www.secvision.com
npm/npm
secvision
/
preInstallScript.js
6 lines
(5 loc)
•
219 B
JavaScript
View Raw
1
2
3
4
5
6
var
nodeVersionParts = process.
version
.
split
(
"."
);
if
(
parseInt
(nodeVersionParts[
0
].
substring
(
1
),
10
) <
8
) {
console
.
log
(
"This version of Secvision agent only supports Node.js 8.0 and above. \n"
); process.
exit
(
1
); }