microsoft / vscode-recipes

MIT License
5.86k stars 577 forks source link

The task 'vuejs: start' cannot be tracked. #326

Open jeffcordina opened 1 year ago

jeffcordina commented 1 year ago

I'm using Vue 3 CLI on a Windows machine, with node version v16.18.0 and Visual Studio Code version 1.72.2.

When I follow this recipe, I get the following error: The task 'vuejs: start' cannot be tracked. Make sure to have a problem matcher defined.

Any thoughts on what may be causing this?

bilalyaqoob commented 8 months ago

Same error, i am trying to run the debugger on vscode. In debug console I am getting this "You are using Node v10.19.0, but vue-cli-service requires Node ^12.0.0 || >= 14.0.0. Please upgrade your Node version."