Problem with local dependencies #520
VivienInteractive
started this conversation in
General
Replies: 2 comments 50 replies
-
Hey @VivienInteractive I have put together a reproduction at Can you try and reproduce on your end? You can run:
|
Beta Was this translation helpful? Give feedback.
45 replies
-
There is just another small problem, now when I add a block with the add method there is by default the watermark in the beggining of the file, even if I add in jsrepo.json "watermark":false. |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
I'm reaching out because I'm encountering an issue when adding a block via jsrepo CLI.
Context:
We use a jsrepo registry that points to the branch
test_feature.cli
of my repository. The blocks are organized into different categories.blocks
├──plugins
│ └──plugin-items
│ │ └──page.tsx
├──templates
└──utils
│ └──generate-meta.ts
And when i run my :
command to add the block named :
plugin-item :
It didn’t work :
But when I try directly install it :
It works, so I don’t understand what i miss, if you could help me, I tried copy your example like shadcn svelte or std but it didn’t works, here is but jsrepo-manifest.json :
Thank you in advance for your help!
Best regards,
Vivien
Beta Was this translation helpful? Give feedback.
All reactions