The error: Failed to resolve import "./item.svelte" from "node_modules/svantic/src/views/item/index.js".
The windows OS file system is non-case-insensitive.
But, the error will occur when trying to use Svantic in another case-insensitive file system OS (like linux or mac … etc).
The error:
Failed to resolve import "./item.svelte" from "node_modules/svantic/src/views/item/index.js"
. The windows OS file system is non-case-insensitive. But, the error will occur when trying to useSvantic
in another case-insensitive file system OS (like linux or mac … etc).