#Where is @remult/solid

9 messages · Page 1 of 1 (latest)

late comet
#

➜ Local: http://localhost:3002/
➜ Network: use --host to expose

8:48:35 p.m. [vite] (ssr) Error when evaluating SSR module $vinxi/handler/ssr: Cannot find module '@remult/solid' imported from ...

// File: src/app.tsx
import { MetaProvider, Title } from "@solidjs/meta";
import { Router, useLocation } from "@solidjs/router";
import { FileRoutes } from "@solidjs/start/router";
import { Suspense, createEffect, onMount } from "solid-js";
import { RemultSolidStart } from "@remult/solid";
import Nav from "~/components/Nav";
import { supabase } from "~/lib/supabaseClient";
import { useAuthStore } from "~/stores/authStore";
import { api } from "~/server/remult";

elder night
#

Have you installed @remult/solid?

late comet
#

I think I got an error... but I am so confused. I will get back to you.

elder night
#

looks like @remult/solid doesn't exist

late comet
#

But vinxi is asking for it?

elder night
#

yeah you're importing it
import { RemultSolidStart } from "@remult/solid";

late comet
#

Is this it, from remult at npmjs.com remult/remult-solid-start.js

elder night
#

i'm not sure, i'd follow what their documentation says