#pgp_docs
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/1235776398770311239
📝 Have more to share? Add more details, code, screenshots, videos, etc. below.
Are you using the example code from https://github.com/stripe-samples/stripe-terminal-list-readers ?
You can find the command inside its package.json file https://github.com/stripe-samples/stripe-terminal-list-readers/blob/main/server/package.json
I believe you can just run yarn start to get the test server up and running
I am using this repo and this command simply returns:
No such file or directory: 'start'
you should cd to the server folder and run this command, make sure you execute yarn install to install the dependencies first.
no such file or directory "install"
I believe so.
When I type yarn --version
I get :
0.32+git
OK. what's your current directory?
I have tried both
yarn install && yarn start
in the root, in client, in server