Replies: 1 comment 1 reply
-
@snspinn Hey, thanks for giving moon a try. Let's try and resolve your issues!
How many projects have the tag you are trying to run, and how many of those projects have a start task? Can you also run it with
The prefix logic for this quite simple. They only show if there's more than 1 primary target.
Are you using the node toolchain in moon? moon simply relies on
Yeah moon just runs npm/yarn/etc commands for you. That's about it. |
Beta Was this translation helpful? Give feedback.
-
Hi, loving this project so far but I wanted to share some niggles and sharp corners that I've found so far. I don't have specific examples right now but I am finding moon is not behaving consistently, at all times.
Some things I've noticed:
moon run '#tag-name:start
) not all tasks run and I have to stop and re-run the process/tagged tasks.I am also running into all sort of npm/yarn caching/node_modules hellscapes, but I don't think that moon is contributing much friction there. Just wondering if anyone has seen these, has suggestions, or are these already known issues?
Will reiterate, really enjoying moon so far (tried Makefiles in the past 😭 😭) and this is a far more usable tool.
If code and config examples are needed I can work on getting something ready for sharing.
Beta Was this translation helpful? Give feedback.
All reactions