loading my project in VS2019 i get the error as in the picture below. Loading the project in VS 2017, i do not get this error.
Running the gulpfile manually, it is ok like this, proving that there is no error with the file:
Starting the project (Launching the local Web-server), the solution will run, and web-site start. But the error is very annoying, how can i fix the error? It must be VS2019 configuration that is off/wrong somewhere?
Running gulp -v in the local repo:
And comparing with project package.sjon:
There is a difference, but that should be equal for VS2017...? Or is there a conflict?
I have tried:
Adding a specific path: Task Runner Explorer window had "failed to load" under my Gulpfile.js and none of the build processes were listed
Installed gulp globally.