-
-
Notifications
You must be signed in to change notification settings - Fork 341
New issue
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
Feature Request(CLI): Using custom .svelte-kit
locations
#1486
Comments
This comment was marked as off-topic.
This comment was marked as off-topic.
@ieedan not sure which step you are reffering to. I've ran pnpm install multiple times. When I get to the
|
I don't think we're doing any reading of the Svelte config to detect that. TBH I didn't even know it was possible to change this. Will defer to @AdrianGonz97 to see if we should expose a flag or if it is simple enough to detect. |
pnpm dlx svelte-kit sync
fails when installing a new component.svelte-kit
locations
It's erroring because the command is wrong.
|
Didn't even realize that was an option to resolve! |
Describe the bug
I am using non-default setup for sveltekit where files are not in .svelte-kit. When I run
pnpm dlx shadcn-svelte@next add ...
the command fails atpnpm dlx svelte-kit sync
withERR_PNPM_DLX_NO_BIN No binaries found in svelte-kit
.This is my svelte.config.js file:
NOTE: I am using the
next
version of shadcnReproduction
files
property to non-default values insvelte.config.js
Logs
ERR_PNPM_DLX_NO_BIN No binaries found in svelte-kit
System Info
Severity
annoyance
The text was updated successfully, but these errors were encountered: