Created
November 19, 2018 17:41
-
-
Save rizar/ea5c546aa632ca46dc3fa585a49ca205 to your computer and use it in GitHub Desktop.
error again
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
> [email protected] dev-build /home/dzmitry/Dist/arl-omnishop/static | |
> webpack --progress -d --config webpack.config.js | |
clean-webpack-plugin: /home/dzmitry/Dist/arl-omnishop/static/dist has been removed. | |
10% building modules 4/11 modules 7 active .../Dist/arl-omnishop/static/sass/site.cssℹ 「atl」: Using [email protected] from typescript | |
ℹ 「atl」: Using tsconfig.json from /home/dzmitry/Dist/arl-omnishop/static/tsconfig.json | |
94% after sealℹ 「atl」: Checking started in a separate process... | |
✖ 「atl」: Checking finished with 47 errors | |
Hash: 248bef2f47830ed686dd | |
Version: webpack 4.20.2 | |
Time: 10729ms | |
Built at: 11/19/2018 12:38:50 PM | |
Asset Size Chunks Chunk Names | |
f4769f9bdb7466be65088239c12046d1.eot 19.7 KiB [emitted] | |
89889688147bd7575d6327160d64e760.svg 106 KiB [emitted] | |
e18bbf611f2a2e43afc071aa2f4e1512.ttf 44.3 KiB [emitted] | |
fa2772327f55d8198301fdb8bcfc8158.woff 22.9 KiB [emitted] | |
448c34a56d699c29117adc64c43affeb.woff2 17.6 KiB [emitted] | |
bundle.js 7.46 MiB app, appStyles, vendor [emitted] app, appStyles, vendor | |
index.html 340 bytes [emitted] | |
Entrypoint app = bundle.js | |
Entrypoint appStyles = bundle.js | |
Entrypoint vendor = bundle.js | |
[./Scripts/Index.tsx] 270 bytes {app} [built] | |
[./sass/site.css] 1.04 KiB {appStyles} {app} [built] | |
[1] multi bootstrap react-bootstrap react react-dom react-router-dom redux react-redux redux-thunk 112 bytes {vendor} [built] | |
[./Scripts/Actions/ReplayActions.ts] 2.56 KiB {app} [built] | |
[./Scripts/App.tsx] 294 bytes {app} [built] | |
[./Scripts/Components/Chat/ReplayChatArea.tsx] 2.11 KiB {app} [built] | |
[./Scripts/Components/Display/ReplayDisplayArea.tsx] 2.58 KiB {app} [built] | |
[./Scripts/Components/Drawings/ReplayViewingArea.tsx] 2.72 KiB {app} [built] | |
[./Scripts/Components/Views/MainView.tsx] 2.85 KiB {app} [built] | |
[./Scripts/Components/Views/NotFoundView.tsx] 2.17 KiB {app} [built] | |
[./Scripts/Components/Views/ReplaySelectionView.tsx] 3.63 KiB {app} [built] | |
[./Scripts/Components/Views/ReplayView.tsx] 5.52 KiB {app} [built] | |
[./Scripts/Router.tsx] 1.04 KiB {app} [built] | |
[./Scripts/Store.ts] 235 bytes {app} [built] | |
[./node_modules/css-loader/index.js!./sass/site.css] ./node_modules/css-loader!./sass/site.css 2.59 KiB {app} {appStyles} [built] | |
+ 452 hidden modules | |
ERROR in ./Scripts/Components/Views/MainView.tsx | |
Module not found: Error: Can't resolve '../../Constants' in '/home/dzmitry/Dist/arl-omnishop/static/Scripts/Components/Views' | |
@ ./Scripts/Components/Views/MainView.tsx 11:0-43 27:62-70 29:69-77 | |
@ ./Scripts/Router.tsx | |
@ ./Scripts/Index.tsx | |
ERROR in ./Scripts/Actions/ReplayActions.ts | |
Module not found: Error: Can't resolve '../Constants' in '/home/dzmitry/Dist/arl-omnishop/static/Scripts/Actions' | |
@ ./Scripts/Actions/ReplayActions.ts 1:0-43 34:14-25 39:14-25 45:14-25 51:14-25 56:14-25 62:14-25 68:14-25 | |
@ ./Scripts/Components/Views/ReplayView.tsx | |
@ ./Scripts/Router.tsx | |
@ ./Scripts/Index.tsx | |
ERROR in ./Scripts/Actions/GameActions.ts | |
Module not found: Error: Can't resolve '../Constants' in '/home/dzmitry/Dist/arl-omnishop/static/Scripts/Actions' | |
@ ./Scripts/Actions/GameActions.ts 1:0-43 27:14-25 33:14-25 38:14-25 | |
@ ./Scripts/Components/Views/JoinGameView.tsx | |
@ ./Scripts/Components/Views/MainView.tsx | |
@ ./Scripts/Router.tsx | |
@ ./Scripts/Index.tsx | |
ERROR in ./Scripts/Actions/DrawingActions.ts | |
Module not found: Error: Can't resolve '../Constants' in '/home/dzmitry/Dist/arl-omnishop/static/Scripts/Actions' | |
@ ./Scripts/Actions/DrawingActions.ts 2:0-43 48:14-25 | |
@ ./Scripts/Components/Drawings/ViewingArea.tsx | |
@ ./Scripts/Components/Views/ExplainView.tsx | |
@ ./Scripts/Components/Views/MainView.tsx | |
@ ./Scripts/Router.tsx | |
@ ./Scripts/Index.tsx | |
ERROR in ./Scripts/Actions/ChatActions.ts | |
Module not found: Error: Can't resolve '../Constants' in '/home/dzmitry/Dist/arl-omnishop/static/Scripts/Actions' | |
@ ./Scripts/Actions/ChatActions.ts 1:0-43 18:14-25 24:14-25 | |
@ ./Scripts/CommunicationHandler.tsx | |
@ ./Scripts/Components/Views/ExplainView.tsx | |
@ ./Scripts/Components/Views/MainView.tsx | |
@ ./Scripts/Router.tsx | |
@ ./Scripts/Index.tsx | |
ERROR in ./Scripts/Api/ReplayApi.ts | |
Module not found: Error: Can't resolve '../Constants' in '/home/dzmitry/Dist/arl-omnishop/static/Scripts/Api' | |
@ ./Scripts/Api/ReplayApi.ts 3:0-39 8:14-21 26:14-21 | |
@ ./Scripts/Actions/ReplayActions.ts | |
@ ./Scripts/Components/Views/ReplayView.tsx | |
@ ./Scripts/Router.tsx | |
@ ./Scripts/Index.tsx | |
ERROR in ./Scripts/Api/GameApi.ts | |
Module not found: Error: Can't resolve '../Constants' in '/home/dzmitry/Dist/arl-omnishop/static/Scripts/Api' | |
@ ./Scripts/Api/GameApi.ts 3:0-39 8:14-21 | |
@ ./Scripts/Actions/GameActions.ts | |
@ ./Scripts/Components/Views/JoinGameView.tsx | |
@ ./Scripts/Components/Views/MainView.tsx | |
@ ./Scripts/Router.tsx | |
@ ./Scripts/Index.tsx | |
ERROR in ./Scripts/Api/DrawingApi.ts | |
Module not found: Error: Can't resolve '../Constants' in '/home/dzmitry/Dist/arl-omnishop/static/Scripts/Api' | |
@ ./Scripts/Api/DrawingApi.ts 3:0-39 10:14-21 34:14-21 | |
@ ./Scripts/Actions/DrawingActions.ts | |
@ ./Scripts/Components/Drawings/ViewingArea.tsx | |
@ ./Scripts/Components/Views/ExplainView.tsx | |
@ ./Scripts/Components/Views/MainView.tsx | |
@ ./Scripts/Router.tsx | |
@ ./Scripts/Index.tsx | |
ERROR in ./Scripts/Api/ChatApi.ts | |
Module not found: Error: Can't resolve '../Constants' in '/home/dzmitry/Dist/arl-omnishop/static/Scripts/Api' | |
@ ./Scripts/Api/ChatApi.ts 3:0-39 10:14-21 | |
@ ./Scripts/Actions/ChatActions.ts | |
@ ./Scripts/CommunicationHandler.tsx | |
@ ./Scripts/Components/Views/ExplainView.tsx | |
@ ./Scripts/Components/Views/MainView.tsx | |
@ ./Scripts/Router.tsx | |
@ ./Scripts/Index.tsx | |
ERROR in ./Scripts/Store.ts | |
Module not found: Error: Can't resolve './Reducers' in '/home/dzmitry/Dist/arl-omnishop/static/Scripts' | |
@ ./Scripts/Store.ts 3:0-46 4:31-47 | |
@ ./Scripts/Router.tsx | |
@ ./Scripts/Index.tsx | |
ERROR in [at-loader] ./Scripts/Store.ts:3:52 | |
TS2307: Cannot find module './Reducers'. | |
ERROR in [at-loader] ./Scripts/Components/Chat/MessageList.tsx:2:30 | |
TS2307: Cannot find module '../../Models'. | |
ERROR in [at-loader] ./Scripts/Components/Chat/MessageListContainer.tsx:2:34 | |
TS2307: Cannot find module '../../Reducers'. | |
ERROR in [at-loader] ./Scripts/Utils/AuthenticationUtils.ts:1:32 | |
TS2307: Cannot find module '../Models'. | |
ERROR in [at-loader] ./Scripts/Api/ChatApi.ts:1:48 | |
TS2307: Cannot find module '../Models'. | |
ERROR in [at-loader] ./Scripts/Api/ChatApi.ts:2:25 | |
TS2307: Cannot find module '../Constants'. | |
ERROR in [at-loader] ./Scripts/Actions/ChatActions.ts:1:29 | |
TS2307: Cannot find module '../Constants'. | |
ERROR in [at-loader] ./Scripts/Actions/ChatActions.ts:2:48 | |
TS2307: Cannot find module '../Models'. | |
ERROR in [at-loader] ./Scripts/Components/Chat/MessageForm.tsx:2:34 | |
TS2307: Cannot find module '../../Models'. | |
ERROR in [at-loader] ./Scripts/Components/Chat/MessageFormContainer.tsx:4:30 | |
TS2307: Cannot find module '../../Models'. | |
ERROR in [at-loader] ./Scripts/Components/Chat/MessageFormContainer.tsx:5:34 | |
TS2307: Cannot find module '../../Reducers'. | |
ERROR in [at-loader] ./Scripts/Api/DrawingApi.ts:2:42 | |
TS2307: Cannot find module '../Models'. | |
ERROR in [at-loader] ./Scripts/Api/DrawingApi.ts:3:25 | |
TS2307: Cannot find module '../Constants'. | |
ERROR in [at-loader] ./Scripts/Actions/DrawingActions.ts:2:29 | |
TS2307: Cannot find module '../Constants'. | |
ERROR in [at-loader] ./Scripts/Actions/DrawingActions.ts:3:41 | |
TS2307: Cannot find module '../Models'. | |
ERROR in [at-loader] ./Scripts/Components/Drawings/ViewingArea.tsx:6:34 | |
TS2307: Cannot find module '../../Reducers'. | |
ERROR in [at-loader] ./Scripts/Components/Display/DisplayArea.tsx:4:34 | |
TS2307: Cannot find module '../../Reducers'. | |
ERROR in [at-loader] ./Scripts/Api/GameApi.ts:1:25 | |
TS2307: Cannot find module '../Constants'. | |
ERROR in [at-loader] ./Scripts/Api/GameApi.ts:2:47 | |
TS2307: Cannot find module '../Models'. | |
ERROR in [at-loader] ./Scripts/Actions/GameActions.ts:1:29 | |
TS2307: Cannot find module '../Constants'. | |
ERROR in [at-loader] ./Scripts/Actions/GameActions.ts:3:47 | |
TS2307: Cannot find module '../Models'. | |
ERROR in [at-loader] ./Scripts/Components/Generic/LeaveGameButton.tsx:4:34 | |
TS2307: Cannot find module '../../Reducers'. | |
ERROR in [at-loader] ./Scripts/Components/Generic/LeaveGameButton.tsx:6:32 | |
TS2307: Cannot find module '../../Models'. | |
ERROR in [at-loader] ./Scripts/CommunicationHandler.tsx:4:34 | |
TS2307: Cannot find module './Reducers'. | |
ERROR in [at-loader] ./Scripts/CommunicationHandler.tsx:5:57 | |
TS2307: Cannot find module './Models'. | |
ERROR in [at-loader] ./Scripts/Components/Generic/ImageMatchModal.tsx:4:34 | |
TS2307: Cannot find module '../../Reducers'. | |
ERROR in [at-loader] ./Scripts/Components/Generic/ImageMatchModal.tsx:6:47 | |
TS2307: Cannot find module '../../Models'. | |
ERROR in [at-loader] ./Scripts/Components/Drawings/DrawingArea.tsx:6:34 | |
TS2307: Cannot find module '../../Reducers'. | |
ERROR in [at-loader] ./Scripts/Components/Views/JoinGameView.tsx:4:34 | |
TS2307: Cannot find module '../../Reducers'. | |
ERROR in [at-loader] ./Scripts/Components/Views/JoinGameView.tsx:6:47 | |
TS2307: Cannot find module '../../Models'. | |
ERROR in [at-loader] ./Scripts/Components/Views/MainView.tsx:3:34 | |
TS2307: Cannot find module '../../Reducers'. | |
ERROR in [at-loader] ./Scripts/Components/Views/MainView.tsx:4:32 | |
TS2307: Cannot find module '../../Models'. | |
ERROR in [at-loader] ./Scripts/Components/Views/MainView.tsx:5:26 | |
TS2307: Cannot find module '../../Constants'. | |
ERROR in [at-loader] ./Scripts/Api/ReplayApi.ts:1:25 | |
TS2307: Cannot find module '../Constants'. | |
ERROR in [at-loader] ./Scripts/Api/ReplayApi.ts:2:52 | |
TS2307: Cannot find module '../Models'. | |
ERROR in [at-loader] ./Scripts/Actions/ReplayActions.ts:1:29 | |
TS2307: Cannot find module '../Constants'. | |
ERROR in [at-loader] ./Scripts/Actions/ReplayActions.ts:3:75 | |
TS2307: Cannot find module '../Models'. | |
ERROR in [at-loader] ./Scripts/Components/Views/ReplaySelectionView.tsx:5:34 | |
TS2307: Cannot find module '../../Reducers'. | |
ERROR in [at-loader] ./Scripts/Components/Views/ReplaySelectionView.tsx:7:36 | |
TS2307: Cannot find module '../../Models'. | |
ERROR in [at-loader] ./Scripts/Components/Chat/ReplayMessageList.tsx:2:34 | |
TS2307: Cannot find module '../../Reducers'. | |
ERROR in [at-loader] ./Scripts/Components/Chat/ReplayMessageList.tsx:7:117 | |
TS2339: Property 'messages' does not exist on type '{}'. | |
ERROR in [at-loader] ./Scripts/Components/Generic/ReplayImageMatchModal.tsx:4:34 | |
TS2307: Cannot find module '../../Reducers'. | |
ERROR in [at-loader] ./Scripts/Components/Generic/ReplayImageMatchModal.tsx:29:119 | |
TS2339: Property 'isMatch' does not exist on type '{}'. | |
ERROR in [at-loader] ./Scripts/Components/Drawings/ReplayViewingArea.tsx:3:34 | |
TS2307: Cannot find module '../../Reducers'. | |
ERROR in [at-loader] ./Scripts/Components/Drawings/ReplayViewingArea.tsx:24:120 | |
TS2339: Property 'drawing' does not exist on type '{}'. | |
ERROR in [at-loader] ./Scripts/Components/Display/ReplayDisplayArea.tsx:4:34 | |
TS2307: Cannot find module '../../Reducers'. | |
ERROR in [at-loader] ./Scripts/Components/Views/Repl |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment