[Q*A] Moon cannot access the current package "bin" to execute the command #1717
Answered
by
milesj
harrytran998
asked this question in
Q&A
-
Basic Infor
Apps infos
But when I run So, what is the thing or config I need to update here? Thanks Here is the moon.yml tasks:
dev:
command: "nodemon" |
Beta Was this translation helpful? Give feedback.
Answered by
milesj
Nov 13, 2024
Replies: 1 comment 1 reply
-
@harrytran998 What is the platform of
If this still doesn't work, then the nodemon may be one of those binaries that just doesn't work without calling it though npm/pnpm/yarn. |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
harrytran998
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
@harrytran998 What is the platform of
moon task api:dev
? It should be Node.js. If it is not, you can do this:If this still doesn't work, then the nodemon may be one of those binaries that just doesn't work without calling it though npm/pnpm/yarn.