这是indexloc提供的服务,不要输入任何密码
Skip to content
Discussion options

You must be logged in to vote

The issue here is this part of your turbo.json:

"desk:start": {
      "dependsOn": ["desktop#start"]
    },

That desktop#start is referring to a specific task name, so it needs an entry in your turbo.json. I see that a start script exists in the desktop package.json, but you also need this in turbo.json. Adding this should do it:

{
  "desktop:start": {}
}

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by mehulkar
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Help
Labels
None yet
2 participants