Created
October 1, 2017 20:50
-
-
Save dclarke-modus/efad16dd557e5863c617ed76a889dccb to your computer and use it in GitHub Desktop.
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
Directory Structure | |
├── app | |
│ ├── component | |
│ │ ├── App.js | |
│ │ └── SideBar.js | |
│ ├── index.js | |
│ └── pages | |
│ ├── Index.js | |
│ └── Layout.js | |
├── build | |
│ └── bundled.js | |
├── package.json | |
└── webpack.config.js | |
//Error: | |
ERROR in Entry module not found: Error: Can't resolve '/home/vagrant/Projects/com_oauth_manager/media/com_oauth_manager/js/com_oauthmanager/app/Layout.js' | |
in '/home/vagrant/Projects/com_oauth_manager/media/com_oauth_manager/js/com_oauthmanager' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment