We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2978963 commit 0ae4befCopy full SHA for 0ae4bef
postinstall/install.js
@@ -2,13 +2,6 @@
2
3
const fs = require('fs');
4
const path = require('path');
5
-let version = "build";
6
-
7
-try {
8
- version = require('../lib/common/telemetry/version');
9
-} catch {
10
- // Nothing to do
11
-}
12
13
console.log(`
14
@@ -33,10 +26,6 @@ console.log(`
33
26
: :::: :::: : :: :: :: :: :::: ::::: ::::: :
34
27
: :
35
28
::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
36
-: :
37
-: Version: ${version} :
38
39
-::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
40
29
41
30
42
31
`);
@@ -92,3 +81,6 @@ if (nesting.length > 0) {
92
81
} else {
93
82
console.warn("WARNING: something is wrong with the installation path.");
94
83
}
84
+
85
+console.warn("");
86
0 commit comments