Does supertokens provide any way to build CLI appl...
# support-questions-legacy
m
Does supertokens provide any way to build CLI application login sessions (like the one used by tools like gh for github)?
r
m
thanks for the prompt response @rp_st !
@rp_st I tried running the example above but it is not working. The wiki states that 2 applications should come up, one at port 3000 and another at 3001, but the latter one seems to not come up at all. Please advise.
r
do you see any errors on the console?
Have you done
npm i
that succeeded?
m
npm i succeeds. frontend application is also coming up, just that backend app doesn't come up Hence when I try to click on sign in with Google, it falls because backend app was not found
r
it is working for me
when i run the instrs in the readme, the backend server does start on localhost:3001 along with the frontend
m
r
hmm strange. It worked for me without doing this
m
I guess it is a difference between me using pnpm and you using npm
r
hmm. I guess
anyway, i have merged your PR. Thanks!
6 Views