목차
Microsoft Windows [Version 10.0.17134.345]
(c) 2018 Microsoft Corporation. All rights reserved.
(c) 2018 Microsoft Corporation. All rights reserved.
C:\Work\2nd-round>yarn start:client:hmr
yarn run v1.12.3
$ ng serve --configuration hmr
NOTICE: Hot Module Replacement (HMR) is enabled for the dev server.
** Angular Live Development Server is listening on localhost:4200, open your browser on http://localhost:4200/ **
Date: 2019-01-25T00:02:40.756Z
Hash: 0396ece4aff838628944
Time: 80434ms
chunk {common} common.js, common.js.map (common) 1.01 kB [rendered]
chunk {main} main.js, main.js.map (main) 1.09 MB [initial] [rendered]
chunk {pages-accounts-accounts-page-module} pages-accounts-accounts-page-module.js, pages-accounts-accounts-page-module.js.map (pages-accounts-accounts-page-module) 28.5 kB [rendered]
chunk {pages-admin-admin-page-module} pages-admin-admin-page-module.js, pages-admin-admin-page-module.js.map (pages-admin-admin-page-module) 36.4 kB [rendered]
chunk {pages-article-article-page-module} pages-article-article-page-module.js, pages-article-article-page-module.js.map (pages-article-article-page-module) 77.8 kB [rendered]
chunk {pages-main-main-page-module} pages-main-main-page-module.js, pages-main-main-page-module.js.map (pages-main-main-page-module) 39.8 kB [rendered]
chunk {pages-user-user-page-module} pages-user-user-page-module.js, pages-user-user-page-module.js.map (pages-user-user-page-module) 55.7 kB [rendered]
chunk {polyfills} polyfills.js, polyfills.js.map (polyfills) 228 kB [initial] [rendered]
chunk {runtime} runtime.js, runtime.js.map (runtime) 34 kB [entry] [rendered]
chunk {styles} styles.js, styles.js.map (styles) 783 kB [initial] [rendered]
chunk {vendor} vendor.js, vendor.js.map (vendor) 7.64 MB [initial] [rendered]
i 「wdm」: Compiled successfully.
일괄 작업을 끝내시겠습니까 (Y/N)? y
yarn run v1.12.3
$ ng serve --configuration hmr
NOTICE: Hot Module Replacement (HMR) is enabled for the dev server.
** Angular Live Development Server is listening on localhost:4200, open your browser on http://localhost:4200/ **
Date: 2019-01-25T00:02:40.756Z
Hash: 0396ece4aff838628944
Time: 80434ms
chunk {common} common.js, common.js.map (common) 1.01 kB [rendered]
chunk {main} main.js, main.js.map (main) 1.09 MB [initial] [rendered]
chunk {pages-accounts-accounts-page-module} pages-accounts-accounts-page-module.js, pages-accounts-accounts-page-module.js.map (pages-accounts-accounts-page-module) 28.5 kB [rendered]
chunk {pages-admin-admin-page-module} pages-admin-admin-page-module.js, pages-admin-admin-page-module.js.map (pages-admin-admin-page-module) 36.4 kB [rendered]
chunk {pages-article-article-page-module} pages-article-article-page-module.js, pages-article-article-page-module.js.map (pages-article-article-page-module) 77.8 kB [rendered]
chunk {pages-main-main-page-module} pages-main-main-page-module.js, pages-main-main-page-module.js.map (pages-main-main-page-module) 39.8 kB [rendered]
chunk {pages-user-user-page-module} pages-user-user-page-module.js, pages-user-user-page-module.js.map (pages-user-user-page-module) 55.7 kB [rendered]
chunk {polyfills} polyfills.js, polyfills.js.map (polyfills) 228 kB [initial] [rendered]
chunk {runtime} runtime.js, runtime.js.map (runtime) 34 kB [entry] [rendered]
chunk {styles} styles.js, styles.js.map (styles) 783 kB [initial] [rendered]
chunk {vendor} vendor.js, vendor.js.map (vendor) 7.64 MB [initial] [rendered]
i 「wdm」: Compiled successfully.
일괄 작업을 끝내시겠습니까 (Y/N)? y
C:\Work\2nd-round>taskkill /im node.exe
오류: 프로세스 "node.exe"(PID 1744)을(를) 종료할 수 없습니다.
원인: 이 프로세스는 /F 옵션을 사용하여 강제로 종료해야 합니다.
오류: 프로세스 "node.exe"(PID 2716)을(를) 종료할 수 없습니다.
원인: 이 프로세스는 /F 옵션을 사용하여 강제로 종료해야 합니다.
성공: 프로세스 "node.exe" (PID 11384)에 종료 신호를 보냈습니다.
오류: 프로세스 "node.exe"(PID 11804)을(를) 종료할 수 없습니다.
원인: 이 프로세스는 /F 옵션을 사용하여 강제로 종료해야 합니다.
오류: 프로세스 "node.exe"(PID 1744)을(를) 종료할 수 없습니다.
원인: 이 프로세스는 /F 옵션을 사용하여 강제로 종료해야 합니다.
오류: 프로세스 "node.exe"(PID 2716)을(를) 종료할 수 없습니다.
원인: 이 프로세스는 /F 옵션을 사용하여 강제로 종료해야 합니다.
성공: 프로세스 "node.exe" (PID 11384)에 종료 신호를 보냈습니다.
오류: 프로세스 "node.exe"(PID 11804)을(를) 종료할 수 없습니다.
원인: 이 프로세스는 /F 옵션을 사용하여 강제로 종료해야 합니다.
C:\Work\2nd-round>taskkill /f /im node.exe
오류: 프로세스 "node.exe"을(를) 찾을 수 없습니다.
오류: 프로세스 "node.exe"을(를) 찾을 수 없습니다.
C:\Work\2nd-round>yarn
yarn install v1.12.3
[1/4] Resolving packages...
success Already up-to-date.
Done in 2.62s.
yarn install v1.12.3
[1/4] Resolving packages...
success Already up-to-date.
Done in 2.62s.
C:\Work\2nd-round>yarn start:client:hmr
yarn run v1.12.3
$ ng serve --configuration hmr
NOTICE: Hot Module Replacement (HMR) is enabled for the dev server.
** Angular Live Development Server is listening on localhost:4200, open your browser on http://localhost:4200/ **
Date: 2019-01-25T00:28:44.801Z
Hash: 0396ece4aff838628944
Time: 87949ms
chunk {common} common.js, common.js.map (common) 1.01 kB [rendered]
chunk {main} main.js, main.js.map (main) 1.09 MB [initial] [rendered]
chunk {pages-accounts-accounts-page-module} pages-accounts-accounts-page-module.js, pages-accounts-accounts-page-module.js.map (pages-accounts-accounts-page-module) 28.5 kB [rendered]
chunk {pages-admin-admin-page-module} pages-admin-admin-page-module.js, pages-admin-admin-page-module.js.map (pages-admin-admin-page-module) 36.4 kB [rendered]
chunk {pages-article-article-page-module} pages-article-article-page-module.js, pages-article-article-page-module.js.map (pages-article-article-page-module) 77.8 kB [rendered]
chunk {pages-main-main-page-module} pages-main-main-page-module.js, pages-main-main-page-module.js.map (pages-main-main-page-module) 39.8 kB [rendered]
chunk {pages-user-user-page-module} pages-user-user-page-module.js, pages-user-user-page-module.js.map (pages-user-user-page-module) 55.7 kB [rendered]
chunk {polyfills} polyfills.js, polyfills.js.map (polyfills) 228 kB [initial] [rendered]
chunk {runtime} runtime.js, runtime.js.map (runtime) 34 kB [entry] [rendered]
chunk {styles} styles.js, styles.js.map (styles) 783 kB [initial] [rendered]
chunk {vendor} vendor.js, vendor.js.map (vendor) 7.64 MB [initial] [rendered]
i 「wdm」: Compiled successfully.
i 「wdm」: Compiling...
Date: 2019-01-25T01:39:42.063Z - Hash: a0e2d7ffb02b7dd14808 - Time: 47920ms
8 unchanged chunks
chunk {main} main.js, main.0396ece4aff838628944.hot-update.js, main.js.map, main.0396ece4aff838628944.hot-update.js.map (main) 1.09 MB [initial] [rendered]
chunk {pages-article-article-page-module} pages-article-article-page-module.js, pages-article-article-page-module.0396ece4aff838628944.hot-update.js, pages-article-article-page-module.js.map, pages-article-article-page-module.0396ece4aff838628944.hot-update.js.map (pages-article-article-page-module) 78 kB [rendered]
chunk {runtime} runtime.js, runtime.js.map (runtime) 34 kB [entry] [rendered]
i 「wdm」: Compiled successfully.
i 「wdm」: Compiling...
Date: 2019-01-25T02:10:16.648Z - Hash: 1ab9f37d05cf63e041cd - Time: 14701ms
9 unchanged chunks
chunk {main} main.js, main.a0e2d7ffb02b7dd14808.hot-update.js, main.js.map, main.a0e2d7ffb02b7dd14808.hot-update.js.map (main) 1.09 MB [initial] [rendered]
chunk {runtime} runtime.js, runtime.js.map (runtime) 34 kB [entry] [rendered]
i 「wdm」: Compiled successfully.
i 「wdm」: Compiling...
Date: 2019-01-25T02:13:32.894Z - Hash: 97c70a14de93e5bfe8f8 - Time: 11012ms
9 unchanged chunks
chunk {main} main.js, main.1ab9f37d05cf63e041cd.hot-update.js, main.js.map, main.1ab9f37d05cf63e041cd.hot-update.js.map (main) 1.09 MB [initial] [rendered]
chunk {runtime} runtime.js, runtime.js.map (runtime) 34 kB [entry] [rendered]
i 「wdm」: Compiled successfully.
yarn run v1.12.3
$ ng serve --configuration hmr
NOTICE: Hot Module Replacement (HMR) is enabled for the dev server.
** Angular Live Development Server is listening on localhost:4200, open your browser on http://localhost:4200/ **
Date: 2019-01-25T00:28:44.801Z
Hash: 0396ece4aff838628944
Time: 87949ms
chunk {common} common.js, common.js.map (common) 1.01 kB [rendered]
chunk {main} main.js, main.js.map (main) 1.09 MB [initial] [rendered]
chunk {pages-accounts-accounts-page-module} pages-accounts-accounts-page-module.js, pages-accounts-accounts-page-module.js.map (pages-accounts-accounts-page-module) 28.5 kB [rendered]
chunk {pages-admin-admin-page-module} pages-admin-admin-page-module.js, pages-admin-admin-page-module.js.map (pages-admin-admin-page-module) 36.4 kB [rendered]
chunk {pages-article-article-page-module} pages-article-article-page-module.js, pages-article-article-page-module.js.map (pages-article-article-page-module) 77.8 kB [rendered]
chunk {pages-main-main-page-module} pages-main-main-page-module.js, pages-main-main-page-module.js.map (pages-main-main-page-module) 39.8 kB [rendered]
chunk {pages-user-user-page-module} pages-user-user-page-module.js, pages-user-user-page-module.js.map (pages-user-user-page-module) 55.7 kB [rendered]
chunk {polyfills} polyfills.js, polyfills.js.map (polyfills) 228 kB [initial] [rendered]
chunk {runtime} runtime.js, runtime.js.map (runtime) 34 kB [entry] [rendered]
chunk {styles} styles.js, styles.js.map (styles) 783 kB [initial] [rendered]
chunk {vendor} vendor.js, vendor.js.map (vendor) 7.64 MB [initial] [rendered]
i 「wdm」: Compiled successfully.
i 「wdm」: Compiling...
Date: 2019-01-25T01:39:42.063Z - Hash: a0e2d7ffb02b7dd14808 - Time: 47920ms
8 unchanged chunks
chunk {main} main.js, main.0396ece4aff838628944.hot-update.js, main.js.map, main.0396ece4aff838628944.hot-update.js.map (main) 1.09 MB [initial] [rendered]
chunk {pages-article-article-page-module} pages-article-article-page-module.js, pages-article-article-page-module.0396ece4aff838628944.hot-update.js, pages-article-article-page-module.js.map, pages-article-article-page-module.0396ece4aff838628944.hot-update.js.map (pages-article-article-page-module) 78 kB [rendered]
chunk {runtime} runtime.js, runtime.js.map (runtime) 34 kB [entry] [rendered]
i 「wdm」: Compiled successfully.
i 「wdm」: Compiling...
Date: 2019-01-25T02:10:16.648Z - Hash: 1ab9f37d05cf63e041cd - Time: 14701ms
9 unchanged chunks
chunk {main} main.js, main.a0e2d7ffb02b7dd14808.hot-update.js, main.js.map, main.a0e2d7ffb02b7dd14808.hot-update.js.map (main) 1.09 MB [initial] [rendered]
chunk {runtime} runtime.js, runtime.js.map (runtime) 34 kB [entry] [rendered]
i 「wdm」: Compiled successfully.
i 「wdm」: Compiling...
Date: 2019-01-25T02:13:32.894Z - Hash: 97c70a14de93e5bfe8f8 - Time: 11012ms
9 unchanged chunks
chunk {main} main.js, main.1ab9f37d05cf63e041cd.hot-update.js, main.js.map, main.1ab9f37d05cf63e041cd.hot-update.js.map (main) 1.09 MB [initial] [rendered]
chunk {runtime} runtime.js, runtime.js.map (runtime) 34 kB [entry] [rendered]
i 「wdm」: Compiled successfully.
ERROR in src/modules/article/dialog/share/share.dialog.component.ts(41,15): error TS2451: Cannot redeclare block-scoped variable 'snsFB'.
src/modules/article/dialog/share/share.dialog.component.ts(45,15): error TS2451: Cannot redeclare block-scoped variable 'snsFB'.
src/modules/article/dialog/share/share.dialog.component.ts(49,15): error TS2451: Cannot redeclare block-scoped variable 'snsFB'.
src/modules/article/dialog/share/share.dialog.component.ts(45,15): error TS2451: Cannot redeclare block-scoped variable 'snsFB'.
src/modules/article/dialog/share/share.dialog.component.ts(49,15): error TS2451: Cannot redeclare block-scoped variable 'snsFB'.
i 「wdm」: Compiling...
Date: 2019-01-25T02:14:04.976Z - Hash: f6bb5c836f9653aee1c0 - Time: 10560ms
9 unchanged chunks
chunk {main} main.js, main.97c70a14de93e5bfe8f8.hot-update.js, main.js.map, main.97c70a14de93e5bfe8f8.hot-update.js.map (main) 1.09 MB [initial] [rendered]
chunk {runtime} runtime.js, runtime.js.map (runtime) 34 kB [entry] [rendered]
i 「wdm」: Compiled successfully.
i 「wdm」: Compiling...
Date: 2019-01-25T02:14:46.300Z - Hash: 4e8e5d740e3accc989ab - Time: 9925ms
9 unchanged chunks
chunk {main} main.js, main.f6bb5c836f9653aee1c0.hot-update.js, main.js.map, main.f6bb5c836f9653aee1c0.hot-update.js.map (main) 1.09 MB [initial] [rendered]
chunk {runtime} runtime.js, runtime.js.map (runtime) 34 kB [entry] [rendered]
i 「wdm」: Compiled successfully.
Date: 2019-01-25T02:14:04.976Z - Hash: f6bb5c836f9653aee1c0 - Time: 10560ms
9 unchanged chunks
chunk {main} main.js, main.97c70a14de93e5bfe8f8.hot-update.js, main.js.map, main.97c70a14de93e5bfe8f8.hot-update.js.map (main) 1.09 MB [initial] [rendered]
chunk {runtime} runtime.js, runtime.js.map (runtime) 34 kB [entry] [rendered]
i 「wdm」: Compiled successfully.
i 「wdm」: Compiling...
Date: 2019-01-25T02:14:46.300Z - Hash: 4e8e5d740e3accc989ab - Time: 9925ms
9 unchanged chunks
chunk {main} main.js, main.f6bb5c836f9653aee1c0.hot-update.js, main.js.map, main.f6bb5c836f9653aee1c0.hot-update.js.map (main) 1.09 MB [initial] [rendered]
chunk {runtime} runtime.js, runtime.js.map (runtime) 34 kB [entry] [rendered]
i 「wdm」: Compiled successfully.
ERROR in src/modules/user-support/dialog/share/share.dialog.component.ts(41,12): error TS2304: Cannot find name 'ArticleShare'.
src/modules/user-support/dialog/share/share.dialog.component.ts(42,107): error TS2339: Property 'aid' does not exist on type 'ShareBottomSheetData'.
src/modules/user-support/dialog/share/share.dialog.component.ts(45,12): error TS2304: Cannot
find name 'ArticleShare'.
src/modules/user-support/dialog/share/share.dialog.component.ts(46,93): error TS2339: Property 'aid' does not exist on type 'ShareBottomSheetData'.
src/modules/user-support/dialog/share/share.dialog.component.ts(49,12): error TS2304: Cannot
find name 'ArticleShare'.
src/modules/user-support/dialog/share/share.dialog.component.ts(50,97): error TS2339: Property 'aid' does not exist on type 'ShareBottomSheetData'.
src/modules/user-support/dialog/share/share.dialog.component.ts(53,12): error TS2304: Cannot
find name 'ArticleShare'.
src/modules/user-support/dialog/share/share.dialog.component.ts(55,12): error TS2304: Cannot
find name 'ArticleShare'.
src/modules/user-support/dialog/share/share.dialog.component.ts(42,107): error TS2339: Property 'aid' does not exist on type 'ShareBottomSheetData'.
src/modules/user-support/dialog/share/share.dialog.component.ts(45,12): error TS2304: Cannot
find name 'ArticleShare'.
src/modules/user-support/dialog/share/share.dialog.component.ts(46,93): error TS2339: Property 'aid' does not exist on type 'ShareBottomSheetData'.
src/modules/user-support/dialog/share/share.dialog.component.ts(49,12): error TS2304: Cannot
find name 'ArticleShare'.
src/modules/user-support/dialog/share/share.dialog.component.ts(50,97): error TS2339: Property 'aid' does not exist on type 'ShareBottomSheetData'.
src/modules/user-support/dialog/share/share.dialog.component.ts(53,12): error TS2304: Cannot
find name 'ArticleShare'.
src/modules/user-support/dialog/share/share.dialog.component.ts(55,12): error TS2304: Cannot
find name 'ArticleShare'.
i 「wdm」: Compiling...
Date: 2019-01-25T02:15:15.636Z - Hash: 958e563792dfd96d493b - Time: 10479ms
9 unchanged chunks
chunk {main} main.js, main.4e8e5d740e3accc989ab.hot-update.js, main.js.map, main.4e8e5d740e3accc989ab.hot-update.js.map (main) 1.09 MB [initial] [rendered]
chunk {runtime} runtime.js, runtime.js.map (runtime) 34 kB [entry] [rendered]
i 「wdm」: Compiled successfully.
Date: 2019-01-25T02:15:15.636Z - Hash: 958e563792dfd96d493b - Time: 10479ms
9 unchanged chunks
chunk {main} main.js, main.4e8e5d740e3accc989ab.hot-update.js, main.js.map, main.4e8e5d740e3accc989ab.hot-update.js.map (main) 1.09 MB [initial] [rendered]
chunk {runtime} runtime.js, runtime.js.map (runtime) 34 kB [entry] [rendered]
i 「wdm」: Compiled successfully.
ERROR in src/modules/user-support/dialog/share/share.dialog.component.ts(42,107): error TS2339: Property 'aid' does not exist on type 'ShareBottomSheetData'.
src/modules/user-support/dialog/share/share.dialog.component.ts(46,93): error TS2339: Propertg.component.ts(46,93): error TS2339: Property 'aiata'.d' does not exist on type 'ShareBottomSheetData'.g.component.ts(50,97): error TS2339: Propert ata'.
src/modules/user-support/dialog/share/share.dialog.component.ts(50,97): error TS2339: Property 'aid' does not exist on type 'ShareBottomSheetData'. eec72886d9 - Time: 10901ms
src/modules/user-support/dialog/share/share.dialog.component.ts(46,93): error TS2339: Propertg.component.ts(46,93): error TS2339: Property 'aiata'.d' does not exist on type 'ShareBottomSheetData'.g.component.ts(50,97): error TS2339: Propert ata'.
src/modules/user-support/dialog/share/share.dialog.component.ts(50,97): error TS2339: Property 'aid' does not exist on type 'ShareBottomSheetData'. eec72886d9 - Time: 10901ms
i 「wdm」: Compiling... ot-update.js, main.js.map, main.958e563792df l] [rendered]
Date: 2019-01-25T02:16:09.736Z - Hash: e3236cdf63me) 34 kB [entry] [rendered]Z - Hash: e3236cdf63eec72886d9 - Time: 10901ms
9 unchanged chunkschunk {main} main.js, main.958e563792dfd96d493b.hot-update.js, main.js.map, main.958e563792dfd96d493b.hot-update.js.map (main) 1.09 MB [initial] [rendered]chunk {runtime} runtime.js, runtime.js.map (runtime) 34 kB [entry] [rendered]i 「wdm」: Compiled successfully.i 「wdm」: Compiling...
70% building modules 39/39 modules 0 active
ERROR in src/app/pages/article/component/profile/profile.page.component.ts(185,27): error TS2339: Property 'getAllByUid' does not exist on type 'UserFavorTagService'.src/app/pages/user/component/favor/favor.page.component.ts(42,32): error TS2339: Property 'userAnalysis' does not exist on type '{ production: boolean; hmr: boolean; apiEntryPoint: string; attachmentsEntryPoint: string; oauth: { kakao: { authenticateURL: string; }; naver: { authenticateURL: string; }; oneall: { providers: string[]; authenticateURL: string; callbackURL:
string; }; }; article: { ...; }; events: { ...; }; }'.
Date: 2019-01-25T04:07:29.905Z - Hash: 8ce6fa1bcd4d16c1a3ce - Time: 67732ms
7 unchanged chunks
chunk {main} main.js, main.e3236cdf63eec72886d9.hot-update.js, main.js.map, main.e3236cdf63eec72886d9.hot-update.js.map (main) 1.09 MB [initial] [rendered]
chunk {pages-article-article-page-module} pages-article-article-page-module.js, pages-article-article-page-module.e3236cdf63eec72886d9.hot-update.js, pages-article-article-page-module.js.map, pages-article-article-page-module.e3236cdf63eec72886d9.hot-update.js.map (pages-article-article-page-module) 78 kB [rendered]
chunk {pages-user-user-page-module} pages-user-user-page-module.js, pages-user-user-page-module.e3236cdf63eec72886d9.hot-update.js, pages-user-user-page-module.js.map, pages-user-user-page-module.e3236cdf63eec72886d9.hot-update.js.map (pages-user-user-page-module) 59.4 kB [rendered]
chunk {runtime} runtime.js, runtime.js.map (runtime) 34 kB [entry] [rendered]
i 「wdm」: Compiled successfully.
i 「wdm」: Compiling...
95% emitting CopyPluginERROR in src/app/pages/user/component/favor/favor.page.component.ts(42,32): error TS2339: Property 'userAnalysis' does not exist on type '{ production: boolean; hmr: boolean; apiEntryPoint: string; attachmentsEntryPoint: string; oauth: { kakao: { authenticateURL: string; }; naver: { authenticateURL: string; }; oneall: { providers: string[]; authenticateURL: string; callbackURL: string; }; }; article: { ...; }; events: { ...; }; }'.
Date: 2019-01-25T04:08:11.930Z - Hash: 5a502a98bc3f11d460f6 - Time: 40880ms
9 unchanged chunks
chunk {main} main.js, main.8ce6fa1bcd4d16c1a3ce.hot-update.js, main.js.map, main.8ce6fa1bcd4d16c1a3ce.hot-update.js.map (main) 1.09 MB [initial] [rendered]
chunk {runtime} runtime.js, runtime.js.map (runtime) 34 kB [entry] [rendered]
i 「wdm」: Compiled successfully.
일괄 작업을 끝내시겠습니까 (Y/N)? y
Date: 2019-01-25T02:16:09.736Z - Hash: e3236cdf63me) 34 kB [entry] [rendered]Z - Hash: e3236cdf63eec72886d9 - Time: 10901ms
9 unchanged chunkschunk {main} main.js, main.958e563792dfd96d493b.hot-update.js, main.js.map, main.958e563792dfd96d493b.hot-update.js.map (main) 1.09 MB [initial] [rendered]chunk {runtime} runtime.js, runtime.js.map (runtime) 34 kB [entry] [rendered]i 「wdm」: Compiled successfully.i 「wdm」: Compiling...
70% building modules 39/39 modules 0 active
ERROR in src/app/pages/article/component/profile/profile.page.component.ts(185,27): error TS2339: Property 'getAllByUid' does not exist on type 'UserFavorTagService'.src/app/pages/user/component/favor/favor.page.component.ts(42,32): error TS2339: Property 'userAnalysis' does not exist on type '{ production: boolean; hmr: boolean; apiEntryPoint: string; attachmentsEntryPoint: string; oauth: { kakao: { authenticateURL: string; }; naver: { authenticateURL: string; }; oneall: { providers: string[]; authenticateURL: string; callbackURL:
string; }; }; article: { ...; }; events: { ...; }; }'.
Date: 2019-01-25T04:07:29.905Z - Hash: 8ce6fa1bcd4d16c1a3ce - Time: 67732ms
7 unchanged chunks
chunk {main} main.js, main.e3236cdf63eec72886d9.hot-update.js, main.js.map, main.e3236cdf63eec72886d9.hot-update.js.map (main) 1.09 MB [initial] [rendered]
chunk {pages-article-article-page-module} pages-article-article-page-module.js, pages-article-article-page-module.e3236cdf63eec72886d9.hot-update.js, pages-article-article-page-module.js.map, pages-article-article-page-module.e3236cdf63eec72886d9.hot-update.js.map (pages-article-article-page-module) 78 kB [rendered]
chunk {pages-user-user-page-module} pages-user-user-page-module.js, pages-user-user-page-module.e3236cdf63eec72886d9.hot-update.js, pages-user-user-page-module.js.map, pages-user-user-page-module.e3236cdf63eec72886d9.hot-update.js.map (pages-user-user-page-module) 59.4 kB [rendered]
chunk {runtime} runtime.js, runtime.js.map (runtime) 34 kB [entry] [rendered]
i 「wdm」: Compiled successfully.
i 「wdm」: Compiling...
95% emitting CopyPluginERROR in src/app/pages/user/component/favor/favor.page.component.ts(42,32): error TS2339: Property 'userAnalysis' does not exist on type '{ production: boolean; hmr: boolean; apiEntryPoint: string; attachmentsEntryPoint: string; oauth: { kakao: { authenticateURL: string; }; naver: { authenticateURL: string; }; oneall: { providers: string[]; authenticateURL: string; callbackURL: string; }; }; article: { ...; }; events: { ...; }; }'.
Date: 2019-01-25T04:08:11.930Z - Hash: 5a502a98bc3f11d460f6 - Time: 40880ms
9 unchanged chunks
chunk {main} main.js, main.8ce6fa1bcd4d16c1a3ce.hot-update.js, main.js.map, main.8ce6fa1bcd4d16c1a3ce.hot-update.js.map (main) 1.09 MB [initial] [rendered]
chunk {runtime} runtime.js, runtime.js.map (runtime) 34 kB [entry] [rendered]
i 「wdm」: Compiled successfully.
일괄 작업을 끝내시겠습니까 (Y/N)? y
C:\Work\2nd-round>yarn
yarn install v1.12.3
[1/4] Resolving packages...
success Already up-to-date.
Done in 5.09s.
yarn install v1.12.3
[1/4] Resolving packages...
success Already up-to-date.
Done in 5.09s.
C:\Work\2nd-round>yarn start:client:hmr
yarn run v1.12.3
$ ng serve --configuration hmr
NOTICE: Hot Module Replacement (HMR) is enabled for the dev server.
** Angular Live Development Server is listening on localhost:4200, open your browser on http://localhost:4200/ **
Date: 2019-01-25T04:29:17.161Z
Hash: 25de7af76c4ee226baee
Time: 93106ms
chunk {common} common.js, common.js.map (common) 1.01 kB [rendered]
chunk {main} main.js, main.js.map (main) 1.09 MB [initial] [rendered]
chunk {pages-accounts-accounts-page-module} pages-accounts-accounts-page-module.js, pages-accounts-accounts-page-module.js.map (pages-accounts-accounts-page-module) 28.5 kB [rendered]
chunk {pages-admin-admin-page-module} pages-admin-admin-page-module.js, pages-admin-admin-page-module.js.map (pages-admin-admin-page-module) 36.4 kB [rendered]
chunk {pages-article-article-page-module} pages-article-article-page-module.js, pages-article-article-page-module.js.map (pages-article-article-page-module) 78 kB [rendered]
chunk {pages-main-main-page-module} pages-main-main-page-module.js, pages-main-main-page-module.js.map (pages-main-main-page-module) 39.8 kB [rendered]
chunk {pages-user-user-page-module} pages-user-user-page-module.js, pages-user-user-page-module.js.map (pages-user-user-page-module) 59.4 kB [rendered]
chunk {polyfills} polyfills.js, polyfills.js.map (polyfills) 228 kB [initial] [rendered]
chunk {runtime} runtime.js, runtime.js.map (runtime) 34 kB [entry] [rendered]
chunk {styles} styles.js, styles.js.map (styles) 783 kB [initial] [rendered]
chunk {vendor} vendor.js, vendor.js.map (vendor) 7.64 MB [initial] [rendered]
i 「wdm」: Compiled successfully.
i 「wdm」: Compiling...
yarn run v1.12.3
$ ng serve --configuration hmr
NOTICE: Hot Module Replacement (HMR) is enabled for the dev server.
** Angular Live Development Server is listening on localhost:4200, open your browser on http://localhost:4200/ **
Date: 2019-01-25T04:29:17.161Z
Hash: 25de7af76c4ee226baee
Time: 93106ms
chunk {common} common.js, common.js.map (common) 1.01 kB [rendered]
chunk {main} main.js, main.js.map (main) 1.09 MB [initial] [rendered]
chunk {pages-accounts-accounts-page-module} pages-accounts-accounts-page-module.js, pages-accounts-accounts-page-module.js.map (pages-accounts-accounts-page-module) 28.5 kB [rendered]
chunk {pages-admin-admin-page-module} pages-admin-admin-page-module.js, pages-admin-admin-page-module.js.map (pages-admin-admin-page-module) 36.4 kB [rendered]
chunk {pages-article-article-page-module} pages-article-article-page-module.js, pages-article-article-page-module.js.map (pages-article-article-page-module) 78 kB [rendered]
chunk {pages-main-main-page-module} pages-main-main-page-module.js, pages-main-main-page-module.js.map (pages-main-main-page-module) 39.8 kB [rendered]
chunk {pages-user-user-page-module} pages-user-user-page-module.js, pages-user-user-page-module.js.map (pages-user-user-page-module) 59.4 kB [rendered]
chunk {polyfills} polyfills.js, polyfills.js.map (polyfills) 228 kB [initial] [rendered]
chunk {runtime} runtime.js, runtime.js.map (runtime) 34 kB [entry] [rendered]
chunk {styles} styles.js, styles.js.map (styles) 783 kB [initial] [rendered]
chunk {vendor} vendor.js, vendor.js.map (vendor) 7.64 MB [initial] [rendered]
i 「wdm」: Compiled successfully.
i 「wdm」: Compiling...
Date: 2019-01-25T04:35:31.274Z - Hash: 25de7af76c4ee226baee - Time: 40846ms
11 unchanged chunks
i 「wdm」: Compiled successfully.
i 「wdm」: Compiling...
Date: 2019-01-25T04:42:02.113Z - Hash: 8facd0c1f826a4f8a060 - Time: 34448ms
9 unchanged chunks
chunk {polyfills} polyfills.js, polyfills.25de7af76c4ee226baee.hot-update.js, polyfills.js.map, polyfills.25de7af76c4ee226baee.hot-update.js.map (polyfills) 412 kB [initial] [rendered]
chunk {runtime} runtime.js, runtime.js.map (runtime) 34 kB [entry] [rendered]
i 「wdm」: Compiled successfully.
i 「wdm」: Compiling...
Date: 2019-01-25T04:46:20.498Z - Hash: a60161b5a51b612ee4bb - Time: 18425ms
9 unchanged chunks
chunk {polyfills} polyfills.js, polyfills.8facd0c1f826a4f8a060.hot-update.js, polyfills.js.map, polyfills.8facd0c1f826a4f8a060.hot-update.js.map (polyfills) 433 kB [initial] [rendered]
chunk {runtime} runtime.js, runtime.js.map (runtime) 34 kB [entry] [rendered]
11 unchanged chunks
i 「wdm」: Compiled successfully.
i 「wdm」: Compiling...
Date: 2019-01-25T04:42:02.113Z - Hash: 8facd0c1f826a4f8a060 - Time: 34448ms
9 unchanged chunks
chunk {polyfills} polyfills.js, polyfills.25de7af76c4ee226baee.hot-update.js, polyfills.js.map, polyfills.25de7af76c4ee226baee.hot-update.js.map (polyfills) 412 kB [initial] [rendered]
chunk {runtime} runtime.js, runtime.js.map (runtime) 34 kB [entry] [rendered]
i 「wdm」: Compiled successfully.
i 「wdm」: Compiling...
Date: 2019-01-25T04:46:20.498Z - Hash: a60161b5a51b612ee4bb - Time: 18425ms
9 unchanged chunks
chunk {polyfills} polyfills.js, polyfills.8facd0c1f826a4f8a060.hot-update.js, polyfills.js.map, polyfills.8facd0c1f826a4f8a060.hot-update.js.map (polyfills) 433 kB [initial] [rendered]
chunk {runtime} runtime.js, runtime.js.map (runtime) 34 kB [entry] [rendered]
ERROR in ./src/polyfills.ts
Module not found: Error: Can't resolve 'classlist.js' in 'C:\Work\2nd-round\src'
ERROR in ./src/polyfills.ts
Module not found: Error: Can't resolve 'web-animations-js' in 'C:\Work\2nd-round\src'
i 「wdm」: Failed to compile.
일괄 작업을 끝내시겠습니까 (Y/N)? y
Module not found: Error: Can't resolve 'classlist.js' in 'C:\Work\2nd-round\src'
ERROR in ./src/polyfills.ts
Module not found: Error: Can't resolve 'web-animations-js' in 'C:\Work\2nd-round\src'
i 「wdm」: Failed to compile.
일괄 작업을 끝내시겠습니까 (Y/N)? y
C:\Work\2nd-round>npm install --save classlist.js
npm WARN deprecated circular-json@0.5.9: CircularJSON is in maintenance only, flatted is its
successor.
npm WARN rm not removing C:\Work\2nd-round\node_modules\.bin\webdriver-manager.cmd as it wasn't installed by C:\Work\2nd-round\node_modules\webdriver-manager
npm WARN rm not removing C:\Work\2nd-round\node_modules\.bin\webdriver-manager as it wasn't installed by C:\Work\2nd-round\node_modules\webdriver-manager
npm WARN rm not removing C:\Work\2nd-round\node_modules\.bin\semver.cmd as it wasn't installed by C:\Work\2nd-round\node_modules\semver
npm WARN rm not removing C:\Work\2nd-round\node_modules\.bin\semver as it wasn't installed by C:\Work\2nd-round\node_modules\semver
npm WARN rm not removing C:\Work\2nd-round\node_modules\.bin\nopt.cmd as it wasn't installed
by C:\Work\2nd-round\node_modules\nopt
npm WARN rm not removing C:\Work\2nd-round\node_modules\.bin\nopt as it wasn't installed by C:\Work\2nd-round\node_modules\nopt
npm WARN rm not removing C:\Work\2nd-round\node_modules\.bin\json5.cmd as it wasn't installed by C:\Work\2nd-round\node_modules\json5
npm WARN rm not removing C:\Work\2nd-round\node_modules\.bin\json5 as it wasn't installed by
C:\Work\2nd-round\node_modules\json5
npm WARN rm not removing C:\Work\2nd-round\node_modules\.bin\mime.cmd as it wasn't installed
by C:\Work\2nd-round\node_modules\mime
npm WARN rm not removing C:\Work\2nd-round\node_modules\.bin\mime as it wasn't installed by C:\Work\2nd-round\node_modules\mime
npm WARN rm not removing C:\Work\2nd-round\node_modules\.bin\jsesc.cmd as it wasn't installed by C:\Work\2nd-round\node_modules\jsesc
npm WARN rm not removing C:\Work\2nd-round\node_modules\.bin\jsesc as it wasn't installed by
C:\Work\2nd-round\node_modules\jsesc
npm WARN @angular/common@7.0.4 requires a peer of rxjs@^6.0.0 but none is installed. You must install peer dependencies yourself.
npm WARN @angular/core@7.0.4 requires a peer of rxjs@^6.0.0 but none is installed. You must install peer dependencies yourself.
npm WARN @angular/flex-layout@7.0.0-beta.22 requires a peer of rxjs@^6.0.0 but none is installed. You must install peer dependencies yourself.
npm WARN @angular/forms@7.0.4 requires a peer of rxjs@^6.0.0 but none is installed. You must
install peer dependencies yourself.
npm WARN @angular/http@7.0.4 requires a peer of rxjs@^6.0.0 but none is installed. You must install peer dependencies yourself.
npm WARN @angular/router@7.0.4 requires a peer of rxjs@^6.0.0 but none is installed. You must install peer dependencies yourself.
npm WARN @ngrx/effects@6.1.2 requires a peer of @angular/core@^6.0.0 but none is installed. You must install peer dependencies yourself.
npm WARN @ngrx/effects@6.1.2 requires a peer of rxjs@^5.6.0-forward-compat.0 || ^6.0.0 but none is installed. You must install peer dependencies yourself.
npm WARN @ngrx/router-store@6.1.2 requires a peer of @angular/common@^6.0.0 but none is installed. You must install peer dependencies yourself.
npm WARN @ngrx/router-store@6.1.2 requires a peer of @angular/core@^6.0.0 but none is installed. You must install peer dependencies yourself.
npm WARN @ngrx/router-store@6.1.2 requires a peer of @angular/router@^6.0.0 but none is installed. You must install peer dependencies yourself.
npm WARN @ngrx/router-store@6.1.2 requires a peer of rxjs@^5.6.0-forward-compat.0 || ^6.0.0 but none is installed. You must install peer dependencies yourself.
npm WARN @ngrx/store@6.1.2 requires a peer of @angular/core@^6.0.0 but none is installed. You must install peer dependencies yourself.
npm WARN @ngrx/store@6.1.2 requires a peer of rxjs@^5.6.0-forward-compat.0 || ^6.0.0 but none is installed. You must install peer dependencies yourself.
npm WARN @ngrx/store-devtools@6.1.2 requires a peer of rxjs@^5.6.0-forward-compat.0 || ^6.0.0 but none is installed. You must install peer dependencies yourself.
npm WARN @ngx-translate/core@11.0.1 requires a peer of rxjs@>=6.3.0 but none is installed. You must install peer dependencies yourself.
npm WARN @ngx-translate/http-loader@4.0.0 requires a peer of rxjs@>=6.3.0 but none is installed. You must install peer dependencies yourself.
npm WARN @tsed/common@5.0.9 requires a peer of express@^4 but none is installed. You must install peer dependencies yourself.
npm WARN mongodb-memory-server@2.9.1 requires a peer of mongodb@>= 3.0 but none is installed. You must install peer dependencies yourself.
npm WARN deprecated circular-json@0.5.9: CircularJSON is in maintenance only, flatted is its
successor.
npm WARN rm not removing C:\Work\2nd-round\node_modules\.bin\webdriver-manager.cmd as it wasn't installed by C:\Work\2nd-round\node_modules\webdriver-manager
npm WARN rm not removing C:\Work\2nd-round\node_modules\.bin\webdriver-manager as it wasn't installed by C:\Work\2nd-round\node_modules\webdriver-manager
npm WARN rm not removing C:\Work\2nd-round\node_modules\.bin\semver.cmd as it wasn't installed by C:\Work\2nd-round\node_modules\semver
npm WARN rm not removing C:\Work\2nd-round\node_modules\.bin\semver as it wasn't installed by C:\Work\2nd-round\node_modules\semver
npm WARN rm not removing C:\Work\2nd-round\node_modules\.bin\nopt.cmd as it wasn't installed
by C:\Work\2nd-round\node_modules\nopt
npm WARN rm not removing C:\Work\2nd-round\node_modules\.bin\nopt as it wasn't installed by C:\Work\2nd-round\node_modules\nopt
npm WARN rm not removing C:\Work\2nd-round\node_modules\.bin\json5.cmd as it wasn't installed by C:\Work\2nd-round\node_modules\json5
npm WARN rm not removing C:\Work\2nd-round\node_modules\.bin\json5 as it wasn't installed by
C:\Work\2nd-round\node_modules\json5
npm WARN rm not removing C:\Work\2nd-round\node_modules\.bin\mime.cmd as it wasn't installed
by C:\Work\2nd-round\node_modules\mime
npm WARN rm not removing C:\Work\2nd-round\node_modules\.bin\mime as it wasn't installed by C:\Work\2nd-round\node_modules\mime
npm WARN rm not removing C:\Work\2nd-round\node_modules\.bin\jsesc.cmd as it wasn't installed by C:\Work\2nd-round\node_modules\jsesc
npm WARN rm not removing C:\Work\2nd-round\node_modules\.bin\jsesc as it wasn't installed by
C:\Work\2nd-round\node_modules\jsesc
npm WARN @angular/common@7.0.4 requires a peer of rxjs@^6.0.0 but none is installed. You must install peer dependencies yourself.
npm WARN @angular/core@7.0.4 requires a peer of rxjs@^6.0.0 but none is installed. You must install peer dependencies yourself.
npm WARN @angular/flex-layout@7.0.0-beta.22 requires a peer of rxjs@^6.0.0 but none is installed. You must install peer dependencies yourself.
npm WARN @angular/forms@7.0.4 requires a peer of rxjs@^6.0.0 but none is installed. You must
install peer dependencies yourself.
npm WARN @angular/http@7.0.4 requires a peer of rxjs@^6.0.0 but none is installed. You must install peer dependencies yourself.
npm WARN @angular/router@7.0.4 requires a peer of rxjs@^6.0.0 but none is installed. You must install peer dependencies yourself.
npm WARN @ngrx/effects@6.1.2 requires a peer of @angular/core@^6.0.0 but none is installed. You must install peer dependencies yourself.
npm WARN @ngrx/effects@6.1.2 requires a peer of rxjs@^5.6.0-forward-compat.0 || ^6.0.0 but none is installed. You must install peer dependencies yourself.
npm WARN @ngrx/router-store@6.1.2 requires a peer of @angular/common@^6.0.0 but none is installed. You must install peer dependencies yourself.
npm WARN @ngrx/router-store@6.1.2 requires a peer of @angular/core@^6.0.0 but none is installed. You must install peer dependencies yourself.
npm WARN @ngrx/router-store@6.1.2 requires a peer of @angular/router@^6.0.0 but none is installed. You must install peer dependencies yourself.
npm WARN @ngrx/router-store@6.1.2 requires a peer of rxjs@^5.6.0-forward-compat.0 || ^6.0.0 but none is installed. You must install peer dependencies yourself.
npm WARN @ngrx/store@6.1.2 requires a peer of @angular/core@^6.0.0 but none is installed. You must install peer dependencies yourself.
npm WARN @ngrx/store@6.1.2 requires a peer of rxjs@^5.6.0-forward-compat.0 || ^6.0.0 but none is installed. You must install peer dependencies yourself.
npm WARN @ngrx/store-devtools@6.1.2 requires a peer of rxjs@^5.6.0-forward-compat.0 || ^6.0.0 but none is installed. You must install peer dependencies yourself.
npm WARN @ngx-translate/core@11.0.1 requires a peer of rxjs@>=6.3.0 but none is installed. You must install peer dependencies yourself.
npm WARN @ngx-translate/http-loader@4.0.0 requires a peer of rxjs@>=6.3.0 but none is installed. You must install peer dependencies yourself.
npm WARN @tsed/common@5.0.9 requires a peer of express@^4 but none is installed. You must install peer dependencies yourself.
npm WARN mongodb-memory-server@2.9.1 requires a peer of mongodb@>= 3.0 but none is installed. You must install peer dependencies yourself.
npm ERR! path C:\Work\2nd-round\node_modules\@types\body-parser\node_modules
npm ERR! code EPERM
npm ERR! errno -4048
npm ERR! syscall mkdir
npm ERR! Error: EPERM: operation not permitted, mkdir 'C:\Work\2nd-round\node_modules\@types\body-parser\node_modules'
npm ERR! { [Error: EPERM: operation not permitted, mkdir 'C:\Work\2nd-round\node_modules\@types\body-parser\node_modules']
npm ERR! cause:
npm ERR! { Error: EPERM: operation not permitted, mkdir 'C:\Work\2nd-round\node_modules\@types\body-parser\node_modules'
npm ERR! errno: -4048,
npm ERR! code: 'EPERM',
npm ERR! syscall: 'mkdir',
npm ERR! path:
npm ERR! 'C:\\Work\\2nd-round\\node_modules\\@types\\body-parser\\node_modules' },
npm ERR! stack:
npm ERR! 'Error: EPERM: operation not permitted, mkdir \'C:\\Work\\2nd-round\\node_modules\\@types\\body-parser\\node_modules\'',
npm ERR! errno: -4048,
npm ERR! code: 'EPERM',
npm ERR! syscall: 'mkdir',
npm ERR! path:
npm ERR! 'C:\\Work\\2nd-round\\node_modules\\@types\\body-parser\\node_modules',
npm ERR! parent: '2nd-round' }
npm ERR!
npm ERR! The operation was rejected by your operating system.
npm ERR! It's possible that the file was already in use (by a text editor or antivirus),
npm ERR! or that you lack permissions to access it.
npm ERR!
npm ERR! If you believe this might be a permissions issue, please double-check the
npm ERR! permissions of the file and its containing directories, or try running
npm ERR! the command again as root/Administrator (though this is not recommended).
npm ERR! code EPERM
npm ERR! errno -4048
npm ERR! syscall mkdir
npm ERR! Error: EPERM: operation not permitted, mkdir 'C:\Work\2nd-round\node_modules\@types\body-parser\node_modules'
npm ERR! { [Error: EPERM: operation not permitted, mkdir 'C:\Work\2nd-round\node_modules\@types\body-parser\node_modules']
npm ERR! cause:
npm ERR! { Error: EPERM: operation not permitted, mkdir 'C:\Work\2nd-round\node_modules\@types\body-parser\node_modules'
npm ERR! errno: -4048,
npm ERR! code: 'EPERM',
npm ERR! syscall: 'mkdir',
npm ERR! path:
npm ERR! 'C:\\Work\\2nd-round\\node_modules\\@types\\body-parser\\node_modules' },
npm ERR! stack:
npm ERR! 'Error: EPERM: operation not permitted, mkdir \'C:\\Work\\2nd-round\\node_modules\\@types\\body-parser\\node_modules\'',
npm ERR! errno: -4048,
npm ERR! code: 'EPERM',
npm ERR! syscall: 'mkdir',
npm ERR! path:
npm ERR! 'C:\\Work\\2nd-round\\node_modules\\@types\\body-parser\\node_modules',
npm ERR! parent: '2nd-round' }
npm ERR!
npm ERR! The operation was rejected by your operating system.
npm ERR! It's possible that the file was already in use (by a text editor or antivirus),
npm ERR! or that you lack permissions to access it.
npm ERR!
npm ERR! If you believe this might be a permissions issue, please double-check the
npm ERR! permissions of the file and its containing directories, or try running
npm ERR! the command again as root/Administrator (though this is not recommended).
npm ERR! A complete log of this run can be found in:
npm ERR! C:\Users\CHJ\AppData\Roaming\npm-cache\_logs\2019-01-25T05_04_53_636Z-debug.log
npm ERR! C:\Users\CHJ\AppData\Roaming\npm-cache\_logs\2019-01-25T05_04_53_636Z-debug.log
C:\Work\2nd-round>yarn start:client:hmr
yarn run v1.12.3
$ ng serve --configuration hmr
NOTICE: Hot Module Replacement (HMR) is enabled for the dev server.
** Angular Live Development Server is listening on localhost:4200, open your browser on http://localhost:4200/ **
yarn run v1.12.3
$ ng serve --configuration hmr
NOTICE: Hot Module Replacement (HMR) is enabled for the dev server.
** Angular Live Development Server is listening on localhost:4200, open your browser on http://localhost:4200/ **
Date: 2019-01-25T05:08:34.699Z
Hash: 67e8843050c708a5416d
Time: 99865ms
chunk {main} main.js, main.js.map (main) 1.98 kB [initial] [rendered]
chunk {polyfills} polyfills.js, polyfills.js.map (polyfills) 92.3 kB [initial] [rendered]
chunk {runtime} runtime.js, runtime.js.map (runtime) 31 kB [entry] [rendered]
chunk {styles} styles.js, styles.js.map (styles) 783 kB [initial] [rendered]
chunk {vendor} vendor.js, vendor.js.map (vendor) 321 kB [initial] [rendered]
Hash: 67e8843050c708a5416d
Time: 99865ms
chunk {main} main.js, main.js.map (main) 1.98 kB [initial] [rendered]
chunk {polyfills} polyfills.js, polyfills.js.map (polyfills) 92.3 kB [initial] [rendered]
chunk {runtime} runtime.js, runtime.js.map (runtime) 31 kB [entry] [rendered]
chunk {styles} styles.js, styles.js.map (styles) 783 kB [initial] [rendered]
chunk {vendor} vendor.js, vendor.js.map (vendor) 321 kB [initial] [rendered]
ERROR in error TS2688: Cannot find type definition file for 'node'.
node_modules/@tsed/common/lib/config/interfaces/IServerSettings.d.ts(5,23): error TS2688: Cannot find type definition file for 'node'.
node_modules/@tsed/common/lib/config/services/ServerSettingsService.d.ts(1,23): error TS2688: Cannot find type definition file for 'node'.
node_modules/@tsed/common/lib/server/components/ServerLoader.d.ts(1,23): error TS2688: Cannot find type definition file for 'node'.
node_modules/@tsed/common/lib/server/decorators/httpServer.d.ts(1,23): error TS2688: Cannot find type definition file for 'node'.
node_modules/@tsed/common/lib/server/decorators/httpsServer.d.ts(1,23): error TS2688: Cannot
find type definition file for 'node'.
node_modules/@tsed/common/lib/server/interfaces/IHTTPSServerOptions.d.ts(1,23): error TS2688: Cannot find type definition file for 'node'.
node_modules/@tsed/common/lib/server/utils/createHttpServer.d.ts(1,23): error TS2688: Cannot
find type definition file for 'node'.
node_modules/@tsed/common/lib/server/utils/createHttpsServer.d.ts(1,23): error TS2688: Cannot find type definition file for 'node'.
node_modules/@types/express-serve-static-core/index.d.ts(12,23): error TS2688: Cannot find type definition file for 'node'.
node_modules/@types/fs-extra/index.d.ts(11,23): error TS2688: Cannot find type definition file for 'node'.
node_modules/@types/jsonwebtoken/index.d.ts(11,23): error TS2688: Cannot find type definition file for 'node'.
node_modules/@types/mongodb/index.d.ts(28,23): error TS2688: Cannot find type definition file for 'node'.
node_modules/@types/mongodb/index.d.ts(29,23): error TS2688: Cannot find type definition file for 'bson'.
node_modules/@types/mongoose/index.d.ts(22,23): error TS2688: Cannot find type definition file for 'node'.
node_modules/mongodb-memory-server/lib/MongoMemoryReplSet.d.ts(1,23): error TS2688: Cannot find type definition file for 'node'.
node_modules/mongodb-memory-server/lib/MongoMemoryServer.d.ts(1,23): error TS2688: Cannot find type definition file for 'node'.
node_modules/mongodb-memory-server/lib/types.d.ts(1,23): error TS2688: Cannot find type definition file for 'node'.
node_modules/mongodb-memory-server/lib/util/MongoInstance.d.ts(1,23): error TS2688: Cannot find type definition file for 'node'.
node_modules/ngx-virtual-scroller/dist/virtual-scroller.d.ts(2,24): error TS2307: Cannot find module '@tweenjs/tween.js'.
node_modules/@tsed/common/lib/config/interfaces/IServerSettings.d.ts(5,23): error TS2688: Cannot find type definition file for 'node'.
node_modules/@tsed/common/lib/config/services/ServerSettingsService.d.ts(1,23): error TS2688: Cannot find type definition file for 'node'.
node_modules/@tsed/common/lib/server/components/ServerLoader.d.ts(1,23): error TS2688: Cannot find type definition file for 'node'.
node_modules/@tsed/common/lib/server/decorators/httpServer.d.ts(1,23): error TS2688: Cannot find type definition file for 'node'.
node_modules/@tsed/common/lib/server/decorators/httpsServer.d.ts(1,23): error TS2688: Cannot
find type definition file for 'node'.
node_modules/@tsed/common/lib/server/interfaces/IHTTPSServerOptions.d.ts(1,23): error TS2688: Cannot find type definition file for 'node'.
node_modules/@tsed/common/lib/server/utils/createHttpServer.d.ts(1,23): error TS2688: Cannot
find type definition file for 'node'.
node_modules/@tsed/common/lib/server/utils/createHttpsServer.d.ts(1,23): error TS2688: Cannot find type definition file for 'node'.
node_modules/@types/express-serve-static-core/index.d.ts(12,23): error TS2688: Cannot find type definition file for 'node'.
node_modules/@types/fs-extra/index.d.ts(11,23): error TS2688: Cannot find type definition file for 'node'.
node_modules/@types/jsonwebtoken/index.d.ts(11,23): error TS2688: Cannot find type definition file for 'node'.
node_modules/@types/mongodb/index.d.ts(28,23): error TS2688: Cannot find type definition file for 'node'.
node_modules/@types/mongodb/index.d.ts(29,23): error TS2688: Cannot find type definition file for 'bson'.
node_modules/@types/mongoose/index.d.ts(22,23): error TS2688: Cannot find type definition file for 'node'.
node_modules/mongodb-memory-server/lib/MongoMemoryReplSet.d.ts(1,23): error TS2688: Cannot find type definition file for 'node'.
node_modules/mongodb-memory-server/lib/MongoMemoryServer.d.ts(1,23): error TS2688: Cannot find type definition file for 'node'.
node_modules/mongodb-memory-server/lib/types.d.ts(1,23): error TS2688: Cannot find type definition file for 'node'.
node_modules/mongodb-memory-server/lib/util/MongoInstance.d.ts(1,23): error TS2688: Cannot find type definition file for 'node'.
node_modules/ngx-virtual-scroller/dist/virtual-scroller.d.ts(2,24): error TS2307: Cannot find module '@tweenjs/tween.js'.
i 「wdm」: Failed to compile.
일괄 작업을 끝내시겠습니까 (Y/N)? y
일괄 작업을 끝내시겠습니까 (Y/N)? y
C:\Work\2nd-round>npm uninstall --save classlist.js
npm WARN deprecated @types/jimp@0.2.28: This is a stub types definition for jimp (https://github.com/oliver-moran/jimp#readme). jimp provides its own type definitions, so you don't need
@types/jimp installed!
npm WARN deprecated circular-json@0.5.9: CircularJSON is in maintenance only, flatted is its
successor.
npm WARN @ngrx/store@6.1.2 requires a peer of @angular/core@^6.0.0 but none is installed. You must install peer dependencies yourself.
npm WARN @ngrx/effects@6.1.2 requires a peer of @angular/core@^6.0.0 but none is installed. You must install peer dependencies yourself.
npm WARN @ngrx/router-store@6.1.2 requires a peer of @angular/common@^6.0.0 but none is installed. You must install peer dependencies yourself.
npm WARN @ngrx/router-store@6.1.2 requires a peer of @angular/core@^6.0.0 but none is installed. You must install peer dependencies yourself.
npm WARN @ngrx/router-store@6.1.2 requires a peer of @angular/router@^6.0.0 but none is installed. You must install peer dependencies yourself.
npm WARN deprecated @types/jimp@0.2.28: This is a stub types definition for jimp (https://github.com/oliver-moran/jimp#readme). jimp provides its own type definitions, so you don't need
@types/jimp installed!
npm WARN deprecated circular-json@0.5.9: CircularJSON is in maintenance only, flatted is its
successor.
npm WARN @ngrx/store@6.1.2 requires a peer of @angular/core@^6.0.0 but none is installed. You must install peer dependencies yourself.
npm WARN @ngrx/effects@6.1.2 requires a peer of @angular/core@^6.0.0 but none is installed. You must install peer dependencies yourself.
npm WARN @ngrx/router-store@6.1.2 requires a peer of @angular/common@^6.0.0 but none is installed. You must install peer dependencies yourself.
npm WARN @ngrx/router-store@6.1.2 requires a peer of @angular/core@^6.0.0 but none is installed. You must install peer dependencies yourself.
npm WARN @ngrx/router-store@6.1.2 requires a peer of @angular/router@^6.0.0 but none is installed. You must install peer dependencies yourself.
npm ERR! path C:\Work\2nd-round\node_modules\.bin\semver.cmd
npm ERR! code EEXIST
npm ERR! Refusing to delete C:\Work\2nd-round\node_modules\.bin\semver.cmd: ..\@angular-devkit\build-angular\node_modules\semver\bin\semver symlink target is not controlled by npm C:\Work\2nd-round\node_modules\semver
npm ERR! File exists: C:\Work\2nd-round\node_modules\.bin\semver.cmd
npm ERR! Move it away, and try again.
npm ERR! code EEXIST
npm ERR! Refusing to delete C:\Work\2nd-round\node_modules\.bin\semver.cmd: ..\@angular-devkit\build-angular\node_modules\semver\bin\semver symlink target is not controlled by npm C:\Work\2nd-round\node_modules\semver
npm ERR! File exists: C:\Work\2nd-round\node_modules\.bin\semver.cmd
npm ERR! Move it away, and try again.
npm ERR! A complete log of this run can be found in:
npm ERR! C:\Users\CHJ\AppData\Roaming\npm-cache\_logs\2019-01-25T05_24_06_028Z-debug.log
npm ERR! C:\Users\CHJ\AppData\Roaming\npm-cache\_logs\2019-01-25T05_24_06_028Z-debug.log
C:\Work\2nd-round>^A
레이싱모델 유다연
반응형
댓글