We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
EDIT: failing test caused by missing ./.svelte-kit/tsconfig.json
./.svelte-kit/tsconfig.json
When running pnpm test-query sveltekit I keep getting this crash during Generating index that's coming from the get-tsconfig module:
pnpm test-query sveltekit
Generating index
get-tsconfig
Generating index... ELIFECYCLE Command failed with exit code 1. file:///Users/joep/dev/github/atomicdata-dev/atomic-server/browser/node_modules/.pnpm/get-tsconfig@4.8.1/node_modules/get-tsconfig/dist/index.mjs:7 `+" ".repeat(t));var x;(function(e){e.DEFAULT={allowTrailingComma:!1}})(x||(x={}));function $e(e,t=[],i=x.DEFAULT){let n=null,o=[];const s=[];function r(u){Array.isArray(o)?o.push(u):n!==null&&(o[n]=u)}return l(r,"onValue"),ye(e,{onObjectBegin:l(()=>{const u={};r(u),s.push(o),o=u,n=null},"onObjectBegin"),onObjectProperty:l(u=>{n=u},"onObjectProperty"),onObjectEnd:l(()=>{o=s.pop()},"onObjectEnd"),onArrayBegin:l(()=>{const u=[];r(u),s.push(o),o=u,n=null},"onArrayBegin" ...
The text was updated successfully, but these errors were encountered:
The tsconfig.json from the sveltekit-site repo has:
tsconfig.json
sveltekit-site
"extends": "./.svelte-kit/tsconfig.json",
But that file / folder doesn't exist on my computer.
Apparently, SvelteKit creates this when you build a sveltekit project. But I suppose that hasn't happened on my machine.
Maybe the template.spec should have a build step or something that creates this .svelte-kit directory.
template.spec
.svelte-kit
Sorry, something went wrong.
ad-generate ontologies
Run svelte-kit sync #1063
9bd174d
Adding a pnpm svelte-kit sync step to the tests fixed the issues.
pnpm svelte-kit sync
That's cleaner than adding a svelte-kit directory to the repo.
svelte-kit
No branches or pull requests
Uh oh!
There was an error while loading. Please reload this page.
EDIT: failing test caused by missing
./.svelte-kit/tsconfig.json
When running
pnpm test-query sveltekit
I keep getting this crash duringGenerating index
that's coming from theget-tsconfig
module:The text was updated successfully, but these errors were encountered: