-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Unable to start the API's #47
Comments
Hey there! This project uses yarn v1, so if you want to try running it locally, you should use yarn. That being said, I open sourced this repo just for transparency and didn't actually expect anyone else to try to run it. But if you do want to get the API running, you need to set up a few things:
What does your installation error look like? Could you copy/paste it here? |
Hello again :) This is a cool project, why not give it a try? :) ERROR: 14 import { Resolvers } from "./generated/graphql.js";** 36 me: (_, , { user }) => user, 36 me: (_, __, { user }) => user, MORE ERRORS: dep1@dep1-VirtualBox:~/Downloads/sorrento-main/api$ yarn start 21 import { default as jwt } from "jsonwebtoken";** ######################################################################################## Here my .env file: I'm using chat gpt to help me set this thing up but even that way i couldn't get it. |
Oh I see. You're missing the generated GraphQL files ( What do you plan on doing with this project once you have it set up? |
I'll try to install the GraphQL files again carefully. I don't know what I will do with the project but I know two things 1 - With this project I will not be the next Sam Altman or Mark Zuckerberg down the road ehehe |
Hello dear Trevor,
I'm having some problems to make this project work. I tried like 10 fresh installs and I'm always facing problems related with the missing file jsonwebtoken.d.ts.
Can you help me with this?
Can you provide more information about the instalation?
I tried with both yarn and npm install, personaly I prefere to use npm install.
I created a .env file;
JWT_SECRET=mysecretkey
TWILIO_ACCOUNT_SID=youraccountsid
TWILIO_AUTH_TOKEN=yourauthtoken
I have successfuly launch a lot of projects this is the first I'm geting issues.
And this is the first I do want to have ahaha
I hope o can help me.
Thank you :)
The text was updated successfully, but these errors were encountered: