After completing all the steps in the documentation and going to localhost:3000 I get this error:
ENOENT: no such file or directory, open '/Users/xxxxxx/Downloads/nodejs/starterkit/public/assets/media/icons/duotune/arrows/arr066.svg'
at Object.openSync (node:fs:590:3)
at Object.readFileSync (node:fs:458:35)
at KTTheme.getSvgIcon.........
There is no media folder in the assets folder only a plugins folder.
Hello Matt and Samuel,
I'm glad to hear that you were able to successfully resolve the issue you were facing. At our end, we will investigate this further and work towards providing the necessary fix to ensure that this issue does not occur in the future.
Thank you for bringing this to our attention, and please don't hesitate to reach out to us if you encounter any further issues or have any questions.
Thanks
I sorted out the issue. instead of running just 'gulp' run it as 'gulp --demo1'
not sure why but it works.
Same issue. Build was successful. I even copied the files manually, and still it failed to locate them.