You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[XX:XX:XX] Error: /vscode/extensions/typescript-language-features/src/typescriptServiceClient.ts(738,37): 'command' is specified more than once, so this usage will be overwritten.
8
-
info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command.
7
+
Done in ?s.
9
8
10
9
11
10
12
11
Standard error:
13
-
[XX:XX:XX] 'compile' errored after ?s
14
-
[XX:XX:XX] Error: Found 1 errors
15
-
at Stream.<anonymous> (/vscode/build/lib/reporter.js:74:29)
16
-
at _end (/vscode/node_modules/through/index.js:65:9)
17
-
at Stream.stream.end (/vscode/node_modules/through/index.js:74:5)
18
-
at StreamFilter.onend (/vscode/node_modules/readable-stream/lib/_stream_readable.js:570:10)
19
-
at Object.onceWrapper (events.js:286:20)
20
-
at StreamFilter.emit (events.js:203:15)
21
-
at StreamFilter.EventEmitter.emit (domain.js:466:23)
22
-
at endReadableNT (/vscode/node_modules/readable-stream/lib/_stream_readable.js:992:12)
23
-
at process._tickCallback (internal/process/next_tick.js:63:19)
[!] (plugin rpt2) Error: /vue-next/packages/vue/src/devCheck.ts(2,11): semantic error TS2774: This condition will always return true since the function is always defined. Did you mean to call it instead?
133
118
packages/vue/src/devCheck.ts
134
119
Error: /vue-next/packages/vue/src/devCheck.ts(2,11): semantic error TS2774: This condition will always return true since the function is always defined. Did you mean to call it instead?
@@ -142,12 +127,12 @@ Error: /vue-next/packages/vue/src/devCheck.ts(2,11): semantic error TS2774: This
142
127
at forEach (/vue-next/node_modules/rollup-plugin-typescript2/node_modules/lodash/lodash.js:9342:14)
143
128
at _.each (/vue-next/node_modules/rollup-plugin-typescript2/src/print-diagnostics.ts:9:2)
144
129
at Object.transform (/vue-next/node_modules/rollup-plugin-typescript2/src/index.ts:234:5)
at makeError (/vue-next/node_modules/execa/lib/error.js:59:11)
147
132
at handlePromise (/vue-next/node_modules/execa/index.js:112:26)
148
133
at processTicksAndRejections (internal/process/task_queues.js:97:5)
149
134
at async build (/vue-next/scripts/build.js:72:3)
150
135
at async buildAll (/vue-next/scripts/build.js:51:5)
151
136
at async run (/vue-next/scripts/build.js:41:5)
152
-
(node:17) UnhandledPromiseRejectionWarning: Unhandled promise rejection. This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch(). To terminate the node process on unhandled promise rejection, use the CLI flag `--unhandled-rejections=strict` (see https://nodejs.org/api/cli.html#cli_unhandled_rejections_mode). (rejection id: 1)
153
-
(node:17) [DEP0018] DeprecationWarning: Unhandled promise rejections are deprecated. In the future, promise rejections that are not handled will terminate the Node.js process with a non-zero exit code.
137
+
(node:18) UnhandledPromiseRejectionWarning: Unhandled promise rejection. This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch(). To terminate the node process on unhandled promise rejection, use the CLI flag `--unhandled-rejections=strict` (see https://nodejs.org/api/cli.html#cli_unhandled_rejections_mode). (rejection id: 1)
138
+
(node:18) [DEP0018] DeprecationWarning: Unhandled promise rejections are deprecated. In the future, promise rejections that are not handled will terminate the Node.js process with a non-zero exit code.
0 commit comments