You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Following the readme; I can't get the demo to load.
After I run the npm run hot; I get the following errors in the console.
ERROR in ./public/samples.js
Module not found: Error: Cannot resolve 'file' or 'directory' /Users/pashwor/Projects/subschema-test-support/samples in /Users/pashwor/Projects/subschema-demo/public
@ ./public/samples.js 5:15-56
ERROR in ./src/components/Example.jsx
Module not found: Error: Cannot resolve module 'lodash/lang/cloneDeep' in /Users/pashwor/Projects/subschema-demo/src/components
@ ./src/components/Example.jsx 23:17-49
ERROR in ./src/components/Example.jsx
Module not found: Error: Cannot resolve module 'lodash/collection/each' in /Users/pashwor/Projects/subschema-demo/src/components
@ ./src/components/Example.jsx 31:12-45
ERROR in ./src/components/UpdateValue.jsx
Module not found: Error: Cannot resolve module 'lodash/string/camelCase' in /Users/pashwor/Projects/subschema-demo/src/components
@ ./src/components/UpdateValue.jsx 17:17-51
ERROR in ./src/components/UpdateValue.jsx
Module not found: Error: Cannot resolve module 'lodash/string/capitalize' in /Users/pashwor/Projects/subschema-demo/src/components
@ ./src/components/UpdateValue.jsx 21:18-53
ERROR in ./src/components/DownloadButton.jsx
Module not found: Error: Cannot resolve module 'lodash/string/camelCase' in /Users/pashwor/Projects/subschema-demo/src/components
@ ./src/components/DownloadButton.jsx 19:17-51
ERROR in ./src/components/DownloadButton.jsx
Module not found: Error: Cannot resolve 'file' or 'directory' /Users/pashwor/Projects/subschema-project/src/index.js in /Users/pashwor/Projects/subschema-demo/src/components
@ ./src/components/DownloadButton.jsx 15:24-52
ERROR in ./src/components/DownloadButton.jsx
Module not found: Error: Cannot resolve module 'lodash/string/kebabCase' in /Users/pashwor/Projects/subschema-demo/src/components
@ ./src/components/DownloadButton.jsx 23:17-51
The text was updated successfully, but these errors were encountered:
Following the readme; I can't get the demo to load.
After I run the npm run hot; I get the following errors in the console.
ERROR in ./public/samples.js
Module not found: Error: Cannot resolve 'file' or 'directory' /Users/pashwor/Projects/subschema-test-support/samples in /Users/pashwor/Projects/subschema-demo/public
@ ./public/samples.js 5:15-56
ERROR in ./src/components/Example.jsx
Module not found: Error: Cannot resolve module 'lodash/lang/cloneDeep' in /Users/pashwor/Projects/subschema-demo/src/components
@ ./src/components/Example.jsx 23:17-49
ERROR in ./src/components/Example.jsx
Module not found: Error: Cannot resolve module 'lodash/collection/each' in /Users/pashwor/Projects/subschema-demo/src/components
@ ./src/components/Example.jsx 31:12-45
ERROR in ./src/components/UpdateValue.jsx
Module not found: Error: Cannot resolve module 'lodash/string/camelCase' in /Users/pashwor/Projects/subschema-demo/src/components
@ ./src/components/UpdateValue.jsx 17:17-51
ERROR in ./src/components/UpdateValue.jsx
Module not found: Error: Cannot resolve module 'lodash/string/capitalize' in /Users/pashwor/Projects/subschema-demo/src/components
@ ./src/components/UpdateValue.jsx 21:18-53
ERROR in ./src/components/DownloadButton.jsx
Module not found: Error: Cannot resolve module 'lodash/string/camelCase' in /Users/pashwor/Projects/subschema-demo/src/components
@ ./src/components/DownloadButton.jsx 19:17-51
ERROR in ./src/components/DownloadButton.jsx
Module not found: Error: Cannot resolve 'file' or 'directory' /Users/pashwor/Projects/subschema-project/src/index.js in /Users/pashwor/Projects/subschema-demo/src/components
@ ./src/components/DownloadButton.jsx 15:24-52
ERROR in ./src/components/DownloadButton.jsx
Module not found: Error: Cannot resolve module 'lodash/string/kebabCase' in /Users/pashwor/Projects/subschema-demo/src/components
@ ./src/components/DownloadButton.jsx 23:17-51
The text was updated successfully, but these errors were encountered: