Skip to main content

All Questions

4 votes
1 answer
871 views

Invalid configuration found in /Users/nickk/Documents/Pioneer_Frontend/components.json

In the svelte framework I installed Shadcn UI library and installed three of it's components but now when I try to install any other library it gives me this error. Component.json file looks like this ...
Nikhil Kumar's user avatar
0 votes
1 answer
295 views

How do I pass props in each blocks in Ssvelte

I'm a bit confused with Svelte's props. I have a component named Assignment which I will use in my Board component. I wish to have a dynamic array prop in my Assignment's {#each} block. <script> ...
Malthe22's user avatar
0 votes
1 answer
609 views

Install for [ 'create-svelte@next' ] failed with code 1

I am a newbie to svelte and trying to learn about it but I couldn't set up the project from the beginning. When I type npm init svelte@next my-app to start the up it throw an error in the terminal, C:\...
Ermias Kidanegebre's user avatar