Running watch task as waiting in grunt dev
Opened this issue · 1 comments
Hi,
I am setting up worklenz in my local system. For the backend I have followed the steps as mentioned here https://github.com/Worklenz/worklenz/blob/main/SETUP_THE_PROJECT.md.
When I run "grunt dev" it first gave me "Warning: Command failed: tsc --build tsconfig.json" and then I tried with "grunt dev --force". But now its in "Running "watch" task" and in "Waiting..." state only. It is not moving forward.
When I tried "npm start" it gave me module not found error as previous step was not completed successfully.
What mistakes I am making here?
@dhruvitp-nimblechapps The error "Warning: Command failed: tsc --build tsconfig.json" is likely caused by an issue in one of the TypeScript files during the compilation process, which the grunt dev
command triggers. Below is an example of what such an error might look like:
Could you share a screenshot of the error you're encountering? It would help in diagnosing the issue further.