You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, I like the look of your component library. I'm trying to follow the docs, specifically the NextJS Docs but it seems there's no sparkstack executable available. I tried each of the package managers but they all threw errors, eg:
❯ bunx --bun sparkstack@latest init
error: could not determine executable to run for package sparkstack
❯ npx sparkstack@latest init
sh: line 1: sparkstack: command not found
❯ pnpm dlx sparkstack@latest init -d
ENOENT Command failed with ENOENT: sparkstack init -d
spawn sparkstack ENOENT
pnpm: Command failed with ENOENT: sparkstack init -d
spawn sparkstack ENOENT
at ChildProcess._handle.onexit (node:internal/child_process:285:19)
at onErrorNT (node:internal/child_process:483:16)
at process.processTicksAndRejections (node:internal/process/task_queues:82:21)
I assume it hasn't been published yet? In the meantime, how can I manually use the component library? Ideally I want to add it as a new package in my Turborepo monorepo project ./packages/sparkstack-ui, similar to how I have my shadcn component library setup ./packages/shadcn-ui.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hi, I like the look of your component library. I'm trying to follow the docs, specifically the NextJS Docs but it seems there's no
sparkstack
executable available. I tried each of the package managers but they all threw errors, eg:❯ bunx --bun sparkstack@latest init error: could not determine executable to run for package sparkstack
❯ npx sparkstack@latest init sh: line 1: sparkstack: command not found
I assume it hasn't been published yet? In the meantime, how can I manually use the component library? Ideally I want to add it as a new package in my Turborepo monorepo project
./packages/sparkstack-ui
, similar to how I have my shadcn component library setup./packages/shadcn-ui
.Thanks in advance,
Beta Was this translation helpful? Give feedback.
All reactions