In quickTask 3.5.1 all was fine. But in 3.5.2 terminal is opening project root directory and trying to run a task, and I'm getting the following error:
[10:32:26] Local gulp not found in "path_to/project"
[10:32:26] Try running: npm install gulp
Expected result: terminal must open /project/_dev/ directory instead of /project/ and then run a task.
Hi,
I have the following structure of my project:
In quickTask 3.5.1 all was fine. But in 3.5.2 terminal is opening project root directory and trying to run a task, and I'm getting the following error:
Expected result: terminal must open
/project/_dev/
directory instead of/project/
and then run a task.