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 am trying to install the lib using npx, but I am having a double quote error. I checked all my files with the property name and none have a single quote. Any idea?
npx shadcn-svelte@latest init
┌ shadcn-svelte v1.0.6
│
└ SyntaxError: Expected double-quoted property name in JSON at position 315 (line 14 column 2)
at JSON.parse (<anonymous>)
at Q0 (file:///Users/***/.npm/_npx/a9116f6e444a1e9e/node_modules/shadcn-svelte/dist/index.js:127:461)
at Command.<anonymous> (file:///Users/****/.npm/_npx/a9116f6e444a1e9e/node_modules/shadcn-svelte/dist/index.js:390:1284)
at Command.listener [as _actionHandler] (/Users/****/.npm/_npx/a9116f6e444a1e9e/node_modules/commander/lib/command.js:569:17)
at /Users/****/.npm/_npx/a9116f6e444a1e9e/node_modules/commander/lib/command.js:1605:14
at Command._chainOrCall (/Users/****/.npm/_npx/a9116f6e444a1e9e/node_modules/commander/lib/command.js:1489:12)
at Command._parseCommand (/Users/****/.npm/_npx/a9116f6e444a1e9e/node_modules/commander/lib/command.js:1604:27)
at /Users/****/.npm/_npx/a9116f6e444a1e9e/node_modules/commander/lib/command.js:1368:27
at Command._chainOrCall (/Users/****/.npm/_npx/a9116f6e444a1e9e/node_modules/commander/lib/command.js:1489:12)
at Command._dispatchSubcommand (/Users/****/.npm/_npx/a9116f6e444a1e9e/node_modules/commander/lib/command.js:1364:25)
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
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I am trying to install the lib using npx, but I am having a double quote error. I checked all my files with the property name and none have a single quote. Any idea?
Beta Was this translation helpful? Give feedback.
All reactions