#Xcoder-cli
1 messages · Page 1 of 1 (latest)
heya @echo hollow, can you verify that the Stripe executable is in your PATH environment variable?
To see your PATH in cmd:
echo %PATH%
Or in powershell:
$env:PATH
C:\ProgramData\Oracle\Java\javapath;C:\windows\system32;C:\windows;C:\windows\System32\Wbem;C:\windows\System32\WindowsPowerShell\v1.0;C:\windows\System32\OpenSSH;C:\Program Files\nodejs;C:\Program Files\Git\cmd;C:\Program Files\dotnet;C:\Users\mohd isa\scoop\shims;C:\Users\mohd isa\AppData\Local\Microsoft\WindowsApps;C:\Users\mohd isa\AppData\Roaming\npm;D:\App Development\Flutter-tut-1\flutter\bin;C:\Users\mohd isa\AppData\Local\Programs\Microsoft VS Code\bin;C:\Users\mohd isa.dotnet\tools
in cmd
hmmm, if you run stripe from this folder C:\Users\mohd isa\scoop\apps\stripe\current\ does it work?
yeah
But i want to run
stripe listen --forward-to localhost:3000/api/webhook in my vscode terminal
alright, then try adding C:\Users\mohd isa\scoop\apps\stripe\current\stripe.exe to your PATH enviroment variable with these instructions: https://www.architectryan.com/2018/03/17/add-to-the-path-on-windows-10/
after that try restarting your VS studio and try to see if it works
thanks it works
yay! 😄