Skip to content

Instantly share code, notes, and snippets.

@ixxie
Created April 1, 2021 08:15
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ixxie/894ae39ae235ca70e9af46f50fd8b0d1 to your computer and use it in GitHub Desktop.
Save ixxie/894ae39ae235ca70e9af46f50fd8b0d1 to your computer and use it in GitHub Desktop.
ixxie@meso ~/r/newco> npm run dev
> newco@0.0.1 dev /home/ixxie/repos/newco
> svelte-kit dev
> Listening on http://localhost:3000
11:06:56 AM [vite] new dependencies found: robot3, updating...
11:06:56 AM [vite] ✨ dependencies updated, reloading page...
TypeError: Cannot read property 'default' of null
at eval (/src/lib/feat/nav/TopNav.svelte:20:108)
at Object.$$render (/home/ixxie/repos/newco/node_modules/svelte/internal/index.js:1369:22)
at eval (/home/ixxie/repos/newco/src/routes/$layout.svelte:18:93)
at Object.$$render (/home/ixxie/repos/newco/node_modules/svelte/internal/index.js:1369:22)
at eval (//home/ixxie/repos/newco/.svelte/dev/generated/root.svelte:60:62)
at $$render (/home/ixxie/repos/newco/node_modules/svelte/internal/index.js:1369:22)
at Object.render (/home/ixxie/repos/newco/node_modules/svelte/internal/index.js:1377:26)
at get_response (file:///home/ixxie/repos/newco/node_modules/@sveltejs/kit/dist/ssr.js:2371:28)
at async get_response (file:///home/ixxie/repos/newco/node_modules/@sveltejs/kit/dist/ssr.js:2375:11)
at async render_page (file:///home/ixxie/repos/newco/node_modules/@sveltejs/kit/dist/ssr.js:2500:19)
TypeError: Cannot read property 'default' of null
at eval (/src/lib/feat/nav/TopNav.svelte:20:108)
at Object.$$render (/home/ixxie/repos/newco/node_modules/svelte/internal/index.js:1369:22)
at eval (/home/ixxie/repos/newco/src/routes/$layout.svelte:18:93)
at Object.$$render (/home/ixxie/repos/newco/node_modules/svelte/internal/index.js:1369:22)
at root.svelte:42:13
at $$render (/home/ixxie/repos/newco/node_modules/svelte/internal/index.js:1369:22)
at Object.render (/home/ixxie/repos/newco/node_modules/svelte/internal/index.js:1377:26)
at get_response (file:///home/ixxie/repos/newco/node_modules/@sveltejs/kit/dist/ssr.js:2371:28)
at async get_response (file:///home/ixxie/repos/newco/node_modules/@sveltejs/kit/dist/ssr.js:2303:13)
at async render_page (file:///home/ixxie/repos/newco/node_modules/@sveltejs/kit/dist/ssr.js:2500:19)
^C⏎ ixxie@meso ~/r/newco [SIGINT]> npm run dev
ixxie@meso ~/r/newco [SIGINT]> npm run dev
> newco@0.0.1 dev /home/ixxie/repos/newco
> svelte-kit dev
> Listening on http://localhost:3000
11:10:53 AM [vite] new dependencies found: @supabase/supabase-js, updating...
11:10:53 AM [vite] ✨ dependencies updated, reloading page...
11:10:54 AM [vite] Internal server error: ENOENT: no such file or directory, open '/home/ixxie/repos/newco/node_modules/@supabase/supabase-js/src/index.ts'
^C⏎ ixxie@meso ~/r/newco [SIGINT]> npm run dev
ixxie@meso ~/r/newco [SIGINT]> npm run dev
> newco@0.0.1 dev /home/ixxie/repos/newco
> svelte-kit dev
> Listening on http://localhost:3000
bg-secondary-4 text-secondary-1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment