Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save dclarke-modus/efad16dd557e5863c617ed76a889dccb to your computer and use it in GitHub Desktop.
Save dclarke-modus/efad16dd557e5863c617ed76a889dccb to your computer and use it in GitHub Desktop.
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