Miles Johnson
Miles Johnson
@alexn-s This is an interesting one. When `type` is "system", nothing special happens, the command is simply executed as a child process. I'm assuming the npm global install location isn't...
@alexn-s Good to know. Any reason why it's simply not a dep in `package.json`?
@NikolaRHristov How are you configuring the projects? With a map or glob? Can you paste your config and the output of `moon project-graph`?
Trying to reproduce this with no luck. Need more information.  Edit: was able to reproduce. seems to be an issue with globs, but not an explicit map.
This is fixed in v0.11.
@NikolaRHristov I can add some safe guards, but you should probably avoid using `**` and just use `apps/*`.
Thanks for the report, this will be fixed here: https://github.com/moonrepo/moon/pull/259
This is fixed in v0.11.
This is great feedback, and something that I think a lot about. I'll answer each piece separately. > projectID and taskID > my first thought: Why does it have to...
Also, in regards to your comment about scripts and this: ``` "scripts": { "lint": "eslint ." } ``` The encouraged solution is to define the tasks in [.moon/project.yml](https://moonrepo.dev/docs/config/global-project), so that...