Compilation/Deployment Error using MVN
Hi all,
I have downloaded aem-guides-wknd.
While running "mvn clean install -PautoInstallSPackage", getting the below error:
[INFO] WARNING in ./src/main/webpack/site/main.ts
[INFO] Module Warning (from ./node_modules/glob-import-loader/index.js):
[INFO] (Emitted value instead of an instance of Error) Could not find any files that matched the wildcard path.
[INFO] NonErrorEmittedError: (Emitted value instead of an instance of Error) Could not find any files that matched the wildcard path.
[INFO] at Object.emitWarning (C:\Rama\Adobe\WKND Site\code\Latest\aem-guides-wknd\ui.frontend\node_modules\webpack\lib\NormalModule.js:721:16)
[INFO] at C:\Rama\Adobe\WKND Site\code\Latest\aem-guides-wknd\ui.frontend\node_modules\glob-import-loader\index.js:60:24
[INFO] at finishWithoutResolve (C:\Rama\Adobe\WKND Site\code\Latest\aem-guides-wknd\ui.frontend\node_modules\enhanced-resolve\lib\Resolver.js:570:11)
[INFO] at C:\Rama\Adobe\WKND Site\code\Latest\aem-guides-wknd\ui.frontend\node_modules\enhanced-resolve\lib\Resolver.js:659:14
[INFO] at C:\Rama\Adobe\WKND Site\code\Latest\aem-guides-wknd\ui.frontend\node_modules\enhanced-resolve\lib\Resolver.js:720:5
[INFO] at eval (eval at create (C:\Rama\Adobe\WKND Site\code\Latest\aem-guides-wknd\ui.frontend\node_modules\tapable\lib\HookCodeFactory.js:33:10), <anonymous>:15:1)
[INFO] at C:\Rama\Adobe\WKND Site\code\Latest\aem-guides-wknd\ui.frontend\node_modules\enhanced-resolve\lib\Resolver.js:720:5
[INFO] at eval (eval at create (C:\Rama\Adobe\WKND Site\code\Latest\aem-guides-wknd\ui.frontend\node_modules\tapable\lib\HookCodeFactory.js:33:10), <anonymous>:27:1)
[INFO] at C:\Rama\Adobe\WKND Site\code\Latest\aem-guides-wknd\ui.frontend\node_modules\enhanced-resolve\lib\DescriptionFilePlugin.js:89:43
[INFO] at C:\Rama\Adobe\WKND Site\code\Latest\aem-guides-wknd\ui.frontend\node_modules\enhanced-resolve\lib\Resolver.js:720:5
I looked at a similar previous post and the solution offered was to remove some entries in src/main/webpack/site/main.ts.
What what is the file type of this file?
What app shall I use to edit it?
Appreciate all your replies.
Thanks,
RK.