Code42Cate / devto-wrapped

dev.to wrapped 2023 app
https://devto-wrapped.sliplane.app/
MIT License
5 stars 0 forks source link

No tasks were executed as part of this run. #1

Closed maxime1992 closed 9 months ago

maxime1992 commented 9 months ago

Hello, following your post on dev.to I wanted to give this a go and I ran

pnpm install

:point_down:

Scope: all 5 workspace projects
Lockfile is up to date, resolution step is skipped
Packages: +8
++++++++
Done in 756ms

and

pnpm run dev --filter web

:point_down:

> devto-wrapper@0.1.1 dev /home/maxime/Documents/perso/code/devto-wrapped
> turbo run dev "--filter" "web"

╭───────────────────────────────────────────────────────────────────────╮
│                                                                       │
│                  Update available v1.10.7 ≫ v1.11.1                   │
│    Changelog: https://github.com/vercel/turbo/releases/tag/v1.11.1    │
│               Run "npx @turbo/codemod update" to update               │
│                                                                       │
│     Follow @turborepo for updates: https://twitter.com/turborepo      │
╰───────────────────────────────────────────────────────────────────────╯
• Running dev
• Remote caching disabled

No tasks were executed as part of this run.

 Tasks:    0 successful, 0 total
Cached:    0 cached, 0 total
  Time:    87ms

and there's nothing on localhost:3000

Thanks for your help

Code42Cate commented 9 months ago

Hmm, this is weird. What happens if you simply run pnpm run dev? Sorry for the late response:)

maxime1992 commented 9 months ago
ERROR  run failed: error preparing engine: Could not find "___ROOT___#dev" in root turbo.json
Turbo error: error preparing engine: Could not find "___ROOT___#dev" in root turbo.json
 ELIFECYCLE  Command failed with exit code 1.

Ok I just noticed that there's a docker file, I got it working with that, all good :)

Thanks!