You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm having troubles deploying HuggingChat on a distant server, when I run HuggingChat, I get the following error :
[email protected] start-chat-ui
> cd ../chat-ui && npm run dev -- --host 127.0.0.1
> [email protected] dev
> vite dev --host 127.0.0.1
▲ [WARNING] Cannot find base config file "./.svelte-kit/tsconfig.json" [tsconfig.json]
tsconfig.json:2:12:
2 │ "extends": "./.svelte-kit/tsconfig.json",
╵ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
failed to load config from /home/paperspace/***/chat-ui/vite.config.ts
error when starting dev server:
Error [ERR_MODULE_NOT_FOUND]: Cannot find package 'unplugin-icons' imported from /home/paperspace/***/chat-ui/vite.config.ts.timestamp-1686857376175-9d68e4b73b2d7.mjs
at new NodeError (node:internal/errors:405:5)
at packageResolve (node:internal/modules/esm/resolve:781:9)
at moduleResolve (node:internal/modules/esm/resolve:830:20)
at defaultResolve (node:internal/modules/esm/resolve:1035:11)
at DefaultModuleLoader.resolve (node:internal/modules/esm/loader:269:12)
at DefaultModuleLoader.getModuleJob (node:internal/modules/esm/loader:153:32)
at ModuleWrap.<anonymous> (node:internal/modules/esm/module_job:76:33)
at link (node:internal/modules/esm/module_job:75:36)
I tried to reinstall svelte but I can't understand where this warning comes from as I have the latest version and my file tsconfig.json exists in the installation folder of svelte...
I tried to modify the package.json as suggested here sveltejs/kit#7028 but it is still unable to work properly...
Anyone has an idea of why I'm still having this issue ?
The text was updated successfully, but these errors were encountered:
Indeed, I felt really ashamed after spending 3 hours on it to notice that i forgot to run npm install and could not figure how to delete my issue !
Thank you very much for your help Nathan ;)
Hey,
I'm having troubles deploying HuggingChat on a distant server, when I run HuggingChat, I get the following error :
I tried to reinstall svelte but I can't understand where this warning comes from as I have the latest version and my file tsconfig.json exists in the installation folder of svelte...
I tried to modify the package.json as suggested here sveltejs/kit#7028 but it is still unable to work properly...
Anyone has an idea of why I'm still having this issue ?
The text was updated successfully, but these errors were encountered: