worklenz icon indicating copy to clipboard operation
worklenz copied to clipboard

Running watch task as waiting in grunt dev

Open dhruvitp-nimblechapps opened this issue 1 year ago • 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 avatar Nov 22 '24 05:11 dhruvitp-nimblechapps

@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:

image

Could you share a screenshot of the error you're encountering? It would help in diagnosing the issue further.

chamikaJ avatar Dec 07 '24 17:12 chamikaJ