Mohamed Aleya
Mohamed Aleya
Try installing with: `npm install --save react-google-maps --legacy-peer-deps`
According to CLI docs, there's a -p (or --path) option that should do the trick, however after testing it, that didn't work. It keeps installing the component in the /src/components/ui...
You should be able to edit that prefix in your components.json file which is spawned after initializing shadcn/ui (using next.js 13.4.2 here). For example mine is like this: `components.json` ```json...
On Netlify, Vercel etc it didn't work. However after deploying it on my EC2 VPS it worked like a charm. The issue is with nodemailer according to multiple replies on...