|
1 | 1 | Exit Code: 1
|
2 | 2 | Standard output:
|
3 | 3 |
|
4 |
| -> @reactivex/rxjs@X.X.X-alpha.0 build_all /rxjs |
5 |
| -> npm-run-all clean_dist copy_sources build_cjs build_esm5 build_esm2015 build_esm5_for_rollup build_umd build_types generate_packages |
6 |
| -> @reactivex/rxjs@X.X.X-alpha.0 clean_dist /rxjs |
7 |
| -> shx rm -rf ./dist |
8 |
| -> @reactivex/rxjs@X.X.X-alpha.0 copy_sources /rxjs |
9 |
| -> mkdirp dist && shx cp -r ./src/ ./dist/src |
10 |
| -> @reactivex/rxjs@X.X.X-alpha.0 build_cjs /rxjs |
11 |
| -> npm-run-all clean_dist_cjs compile_dist_cjs |
12 |
| -> @reactivex/rxjs@X.X.X-alpha.0 clean_dist_cjs /rxjs |
13 |
| -> shx rm -rf ./dist/cjs |
14 |
| -> @reactivex/rxjs@X.X.X-alpha.0 compile_dist_cjs /rxjs |
15 |
| -> tsc -p ./tsconfig/tsconfig.cjs.json |
16 |
| -node_modules/@types/node/index.d.ts(74,11): error TS2300: Duplicate identifier 'IteratorResult'. |
17 |
| -src/internal/operators/windowTime.ts(115,5): error TS2322: Type 'string | number' is not assignable to type 'number'. |
18 |
| - Type 'string' is not assignable to type 'number'. |
19 |
| -src/internal/operators/windowTime.ts(121,5): error TS2322: Type 'string | number' is not assignable to type 'number'. |
20 |
| - Type 'string' is not assignable to type 'number'. |
21 |
| -../typescript/package/lib/lib.es2015.iterable.d.ts(41,6): error TS2300: Duplicate identifier 'IteratorResult'. |
22 |
| - |
23 | 4 |
|
24 | 5 |
|
25 | 6 | Standard error:
|
26 |
| -npm ERR! code ELIFECYCLE |
27 |
| -npm ERR! errno 2 |
28 |
| -npm ERR! @reactivex/rxjs@X.X.X-alpha.0 compile_dist_cjs: `tsc -p ./tsconfig/tsconfig.cjs.json` |
29 |
| -npm ERR! Exit status 2 |
30 |
| -npm ERR! |
31 |
| -npm ERR! Failed at the @reactivex/rxjs@X.X.X-alpha.0 compile_dist_cjs script. |
32 |
| -npm ERR! This is probably not a problem with npm. There is likely additional logging output above. |
33 |
| -npm ERR! A complete log of this run can be found in: |
34 |
| -npm ERR! /root/.npm/_logs/XXXX-XX-XXXXXXXXX-debug.log |
35 |
| -ERROR: "compile_dist_cjs" exited with 2. |
36 |
| -npm ERR! code ELIFECYCLE |
37 |
| -npm ERR! errno 1 |
38 |
| -npm ERR! @reactivex/rxjs@X.X.X-alpha.0 build_cjs: `npm-run-all clean_dist_cjs compile_dist_cjs` |
39 |
| -npm ERR! Exit status 1 |
40 |
| -npm ERR! |
41 |
| -npm ERR! Failed at the @reactivex/rxjs@X.X.X-alpha.0 build_cjs script. |
42 |
| -npm ERR! This is probably not a problem with npm. There is likely additional logging output above. |
43 |
| -npm ERR! A complete log of this run can be found in: |
44 |
| -npm ERR! /root/.npm/_logs/XXXX-XX-XXXXXXXXX-debug.log |
45 |
| -ERROR: "build_cjs" exited with 1. |
46 |
| -npm ERR! code ELIFECYCLE |
47 |
| -npm ERR! errno 1 |
48 |
| -npm ERR! @reactivex/rxjs@X.X.X-alpha.0 build_all: `npm-run-all clean_dist copy_sources build_cjs build_esm5 build_esm2015 build_esm5_for_rollup build_umd build_types generate_packages` |
49 |
| -npm ERR! Exit status 1 |
50 |
| -npm ERR! |
51 |
| -npm ERR! Failed at the @reactivex/rxjs@X.X.X-alpha.0 build_all script. |
52 |
| -npm ERR! This is probably not a problem with npm. There is likely additional logging output above. |
| 7 | +npm ERR! missing script: build_all |
53 | 8 | npm ERR! A complete log of this run can be found in:
|
54 | 9 | npm ERR! /root/.npm/_logs/XXXX-XX-XXXXXXXXX-debug.log
|
0 commit comments