ui
ui copied to clipboard
typescript module not found error while running "npx shadcn-ui@latest init"
while initializing shadcn-ui using the command "npx shadcn-ui@latest init" in nextjs using typescript an error is generated which says cons err= new Error(message); Error: cannot find module '@ts-morph/common'
Installed ts-morph using yarn ("yarn global add ts-morph) but the error still persists