Skip to content

Instantly share code, notes, and snippets.

@jmaeso
Last active December 16, 2016 09:07
Show Gist options
  • Save jmaeso/13d649648c01e68508512b13c3066065 to your computer and use it in GitHub Desktop.
Save jmaeso/13d649648c01e68508512b13c3066065 to your computer and use it in GitHub Desktop.
Log with inspector PR
[0] ERROR in ./app/actions/Inspector.js
[0] Module not found: Error: Cannot resolve module 'antd' in /Users/xxx/Documents/appium-desktop/app/actions
[0] @ ./app/actions/Inspector.js 18:12-27
[0]
[0] ERROR in ./app/actions/Session.js
[0] Module not found: Error: Cannot resolve module 'antd' in /Users/xxx/Documents/appium-desktop/app/actions
[0] @ ./app/actions/Session.js 36:12-27
[0]
[0] ERROR in ./app/components/Inspector.js
[0] Module not found: Error: Cannot resolve module 'antd' in /Users/xxx/Documents/appium-desktop/app/components
[0] @ ./app/components/Inspector.js 29:12-27
[0]
[0] ERROR in ./app/components/Session.js
[0] Module not found: Error: Cannot resolve module 'antd' in /Users/xxx/Documents/appium-desktop/app/components
[0] @ ./app/components/Session.js 33:12-27
[0]
[0] ERROR in ./app/components/Inspector/SelectedElement.js
[0] Module not found: Error: Cannot resolve module 'antd' in /Users/xxx/Documents/appium-desktop/app/components/Inspector
[0] @ ./app/components/Inspector/SelectedElement.js 29:12-27
[0]
[0] ERROR in ./app/components/Inspector/Screenshot.js
[0] Module not found: Error: Cannot resolve module 'antd' in /Users/xxx/Documents/appium-desktop/app/components/Inspector
[0] @ ./app/components/Inspector/Screenshot.js 37:12-27
[0]
[0] ERROR in ./app/components/Inspector/Source.js
[0] Module not found: Error: Cannot resolve module 'antd' in /Users/xxx/Documents/appium-desktop/app/components/Inspector
[0] @ ./app/components/Inspector/Source.js 25:12-27
[0]
[0] ERROR in ./app/components/Session/SavedSessions.js
[0] Module not found: Error: Cannot resolve module 'antd' in /Users/xxx/Documents/appium-desktop/app/components/Session
[0] @ ./app/components/Session/SavedSessions.js 29:12-27
[0]
[0] ERROR in ./app/components/Session/NewSessionForm.js
[0] Module not found: Error: Cannot resolve module 'antd' in /Users/xxx/Documents/appium-desktop/app/components/Session
[0] @ ./app/components/Session/NewSessionForm.js 25:12-27
[0]
[0] ERROR in ./app/components/Session/FormattedCaps.js
[0] Module not found: Error: Cannot resolve module 'format-json' in /Users/xxx/Documents/appium-desktop/app/components/Session
[0] @ ./app/components/Session/FormattedCaps.js 25:18-40
[0] webpack: bundle is now VALID.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment