This repository was archived by the owner on Aug 7, 2021. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 40
Commit b4800c8
fix(ns-bundle): support for Node.js 9 (#321)
When you have Node.js 9 installed, CLI prints a warning that support for this version is not verified. Our webpack plugin tries to get the version, but it receives the warning and decides the version is incorrect. So all scripts fail.
In order to resolve the issue, get all data send to the stdout of the spawned `tns --version` process and parse it.1 parent fc45d4f commit b4800c8
1 file changed
+10
-5
lines changedOriginal file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
53 | 53 |
| |
54 | 54 |
| |
55 | 55 |
| |
56 | - | ||
57 | - | ||
56 | + | ||
57 | + | ||
58 | 58 |
| |
59 | 59 |
| |
60 | 60 |
| |
| |||
70 | 70 |
| |
71 | 71 |
| |
72 | 72 |
| |
73 | - | ||
73 | + | ||
74 | 74 |
| |
75 | 75 |
| |
76 | 76 |
| |
| |||
123 | 123 |
| |
124 | 124 |
| |
125 | 125 |
| |
126 | - | ||
127 | - | ||
126 | + | ||
127 | + | ||
128 | 128 |
| |
129 | 129 |
| |
130 | 130 |
| |
131 | 131 |
| |
132 | 132 |
| |
133 | 133 |
| |
134 | 134 |
| |
135 | + | ||
136 | + | ||
137 | + | ||
138 | + | ||
139 | + | ||
135 | 140 |
| |
136 | 141 |
| |
137 | 142 |
| |
|
0 commit comments