image insertion issue #692
Unanswered
KoushikeeBishnu
asked this question in
Help: Miscellaneous
Replies: 2 comments
-
I am facing the same issue during the build. Please provide some solution. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am a frontend developer and I've applied for the internship program. As the task given for evaluation, during the cloning of the website [https://atri-apps.github.io/restaurant_web], I am facing an issue related to image insertion. After the insertion of image in the editor, the framework is searching the image in
app-assets
folder by throwing errors, but there's no such folder in the architecture and the default folder isassets
. Kindly look into this matter and please try to provide the required solution.Error: Module build failed (from ./node_modules/mini-css-extract-plugin/dist/loader.js):
HookWebpackError: Cannot find module '/app-assets/616da2c309aa0721dacedf0a_logo-restaurante-x-template.svg'
at tryRunOrWebpackError (C:\Users\iamko\OneDrive\Desktop\Projects\project-atri-main\atri_app\node_modules\webpack\lib\HookWebpackError.js:88:9)
at webpack_require_module (C:\Users\iamko\OneDrive\Desktop\Projects\project-atri-main\atri_app\node_modules\webpack\lib\Compilation.js:5058:12)
at webpack_require (C:\Users\iamko\OneDrive\Desktop\Projects\project-atri-main\atri_app\node_modules\webpack\lib\Compilation.js:5015:18)
at C:\Users\iamko\OneDrive\Desktop\Projects\project-atri-main\atri_app\node_modules\webpack\lib\Compilation.js:5086:20
at symbolIterator (C:\Users\iamko\OneDrive\Desktop\Projects\project-atri-main\atri_app\node_modules\neo-async\async.js:3485:9)
at done (C:\Users\iamko\OneDrive\Desktop\Projects\project-atri-main\atri_app\node_modules\neo-async\async.js:3527:9)
at Hook.eval [as callAsync] (eval at create (C:\Users\iamko\OneDrive\Desktop\Projects\project-atri-main\atri_app\node_modules\tapable\lib\HookCodeFactory.js:33:10), :15:1)
at C:\Users\iamko\OneDrive\Desktop\Projects\project-atri-main\atri_app\node_modules\webpack\lib\Compilation.js:4993:43
at symbolIterator (C:\Users\iamko\OneDrive\Desktop\Projects\project-atri-main\atri_app\node_modules\neo-async\async.js:3482:9).....
Beta Was this translation helpful? Give feedback.
All reactions