#RJ01

1 messages · Page 1 of 1 (latest)

pine shuttleBOT
fossil timber
#

Hi there, how can I help?

strong flicker
#

Hello

#

I already installed Stripe Extension and follow this instruction

#

I cant still use Stripe Extension in VS Code

fossil timber
#

Have you add stripe.exe to your system PATH variable?

strong flicker
fossil timber
#

There should be a PATH variable in this list

strong flicker
#

what I did earlier

  1. Install Stripe in VS Code
  2. Download Stripe Exe as per instruction here https://stripe.com/docs/stripe-cli#install
  3. Use stripe login and I got confirmation that it is Access Granted
  4. On what I saw in the YT of Stripe, After Logging In I must restart VS Code. Which I did that. But nothing happens.

What did I missed?

The path environmental that you mention is not in the instruction on your site.

Can you give instructions on how can I install and setup properly the stripe extension in Windows 11?

Thank you..

Build, test, and manage your Stripe integration directly from the command line.

fossil timber
strong flicker
#

Do you have sample value that I need to see/add in the Path environment?

fossil timber
#

That's where your stripe.exe locate in your machine.

strong flicker
#

something like this?

fossil timber
#

No

#

You should append the path to your stripe.exe in the PATH environment variable

#

For example, if you system path is currenlty
C:\Program Files;C:\Winnt;C:\Winnt\System32

and your stripe.exe is at C:\Downloads\stripe.exe, your new system path should be

C:\Program Files;C:\Winnt;C:\Winnt\System32;C:\Downloads\stripe.exe