0
ojarana created
4 Answer(s)
-
0
Could you check Logs.txt and browser console if there is any error?
-
0
Hi @ojarana,
Do you have a javascript error on the browser console ? If so, please follow the steps below.
- remove node_modules folder.
- Install npm dependencies again using yarn. Open a command prompt, navigate to root folder of MVC project and run "yarn" command.
- Then, run "npm run create-bundles" command in the same command prompt.
- Build the solution and try to run again.
-
0
with this adjustmet working fine.
tanks.
-
0
Thanks for feedback @ojarana