-
Notifications
You must be signed in to change notification settings - Fork 83
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
hangs on yarn start? #36
Comments
Hello, sorry for the late reply. yarn install |
hey, i have not been able to get it to run at all, it always just hangs on what i pasted above I am running redis locally, tried connecting to mongo locally and on atlas but neither seems to work, am I missing some step? |
It seems to me that everything is starting up for you, and you just need to go to the link http://localhost:8000 |
Same issue here. I solved it by changing "start": "npm run rm:public && cross-env NODE_ENV=production ts-node --files -r tsconfig-paths/register ./src", to "start": "cross-env NODE_ENV=production ts-node --files -r tsconfig-paths/register ./src", The terminal freezes at rm -rf ./public because there is no public folder in the project... I guess... |
In theory, the terminal should not freeze for this reason. It probably depends on the operating system. In any case, everything works well for me. |
i've tried running an instance of this locally and it just hangs on this? I have a redis and mongodb instance running, and there aren't any errors in the log file, did i miss something I'm supposed to do?
The text was updated successfully, but these errors were encountered: