#liam_api
1 messages ¡ Page 1 of 1 (latest)
đ Welcome to your new thread!
â˛ď¸ We'll be here soon! Typically we respond in a few minutes, but sometimes we might take a bit longer if the server is busy or if you have a particularly tricky question.
âąď¸ We close idle threads, which makes them read-only. Once a thread is closed it won't be reopened, but you can always start a new thread if you have another question.
đ This thread will always be available, even after it's closed. You can find it again using Discord's search, or you can save this link: https://discord.com/channels/841573134531821608/1319695955293114479
đ Have more to share? Add more details, code, screenshots, videos, etc. below.
Hi, what are you specifically seeing? Can you share more details please?
Hi,
Yeah no worries, thanks for your help. Feel like I'm doing somthing wrong maybe.
So first i have installed Stripe Npm package.
Like this:
liamtomlinson@Liams-MacBook-Air ocean-genesis-express-server % sudo npm install -g stripe
Password:
changed 21 packages in 6s
11 packages are looking for funding
run npm fund for details
liamtomlinson@Liams-MacBook-Air ocean-genesis-express-server %
then I try and use it like this:
liamtomlinson@Liams-MacBook-Air ocean-genesis-express-server % stripe login
zsh: command not found: stripe
liamtomlinson@Liams-MacBook-Air ocean-genesis-express-server %
but its like Stripe does not exisit. but when i download it its like it has downloaded correctly.
Any idea whats wrong ?
Are you following this guideline, https://docs.stripe.com/stripe-cli ?
ahh no i thought it was just an Npm install. I will have a read through this now. Thanks.