auros-one / tauri-sveltekit

A minimal Tauri & SvelteKit template
116 stars 12 forks source link

Error during build #5

Closed berpel closed 10 months ago

berpel commented 11 months ago

Thanks so much for this @Stijn-B . It has worked great in development. I am now trying to build the project and I am getting this error and I was wondering if I was missing a step.

error during build: TypeError [PLUGIN_ERROR]: The "path" argument must be of type string. Received type boolean (true) at new NodeError (node:internal/errors:393:5) at validateString (node:internal/validators:163:11) at Object.join (node:path:1172:7) at adapt (file:///Users/brett/Code/html/runtimer/node_modules/@sveltejs/adapter-static/index.js:67:41) at adapt (file:///Users/brett/Code/html/runtimer/node_modules/@sveltejs/kit/src/core/adapt/index.js:26:8) at finalise (file:///Users/brett/Code/html/runtimer/node_modules/@sveltejs/kit/src/exports/vite/index.js:805:13) at async Object.handler (file:///Users/brett/Code/html/runtimer/node_modules/@sveltejs/kit/src/exports/vite/index.js:827:5) at async PluginDriver.hookParallel (file:///Users/brett/Code/html/runtimer/node_modules/rollup/dist/es/shared/node-entry.js:24118:17) at async Object.close (file:///Users/brett/Code/html/runtimer/node_modules/rollup/dist/es/shared/node-entry.js:25426:13) at async build (file:///Users/brett/Code/html/runtimer/node_modules/vite/dist/node/chunks/dep-ca21228b.js:44680:13)

Cheers, Brett

Stijn-B commented 10 months ago

Hey, I was not able to reproduce this error. Can you provide more information about how to reproduce this?