Can't run locally #451
-
Hey, First of all thank you for this great community and useful open source project. So I added all the required .env variables and I am trying to run it locally for few days now. I keep getting error messages when I try to build the project so for now I am stuck on this error: Tasks: 2 successful, 3 total ERROR run failed: command exited (1) Is anybody knows what to do next? |
Beta Was this translation helpful? Give feedback.
Replies: 4 comments
-
I ran these: turbo build --filter='@dub/tailwind-config'
turbo build --filter='@dub/ui'
turbo build --filter='@dub/utils'
turbo build Then finally
|
Beta Was this translation helpful? Give feedback.
-
@snirego @snirego Is this still an issue you're experiencing? |
Beta Was this translation helpful? Give feedback.
-
Hey, I ran the turbo commands and then ran
Tasks: 0 successful, 3 total ERROR run failed: command exited (1)` I am executing this command in root and there is the directory named app but it's still showing this error, how can I fix this? |
Beta Was this translation helpful? Give feedback.
-
hey @snirego @jaiswalshash and any other party concerned, who is facing the issue of getting the application up locally
|
Beta Was this translation helpful? Give feedback.
hey @snirego @jaiswalshash and any other party concerned, who is facing the issue of getting the application up locally
apps/web
env file as well.pnpm
and the right version as well"packageManager": "[email protected]"
, as present in the rootpackage,json
file.pnpx [email protected] i
, in the root directory, i.e., where the rootpackage.json
file is present, and subsequently,pnpx [email protected] dev
.running the dev script will have turbo handle …