Closed Srm-Akla closed 8 months ago
Hello,
In this line, Assets.Lua
is basically undefined
because it was not added to the Assets
. You can add it or replace it with Assets.Unknown
at the moment, and the build/preview should pass.
Let me know if this solution fixed your problem. Best wishes.
Thanks! That fixed it! I am really interested, how did you figure it out? I have tried reading the error but nothing mentions about Assets.Lua.
@Srm-Akla I checked the usage of assets and saw a red swiggly line under the Assets.Lua
in the skills page 😅
Hi, I was trying to build with npm build such that i can preview. I have tried npm run preview as well, both result in the same problem.
Link to my repo: https://github.com/Srm-Akla/srm-akla.github.io
Previously i had this issue, hence i changed the svelte version to 3.2.0 in packages.json. I am not sure if this is the reason why problem arised.
My OS info (if that helps)
Thanks!