I tried running `grunt serve` as per the documentation, but it results in: β Warning: Task "serve" not found. Use --force to continue. β Running `grunt` alone works fine. After checking `Gruntfile.js` and `build/Gruntfile`, I found that there is no `serve` task defined. ### Steps to Reproduce: 1. Clone the repository and navigate to the `community-app` directory. 2. Run `npm install` and `grunt serve`. ### Expected Behavior: - The `serve` task should either be available or replaced with the correct command. ### Additional Info: - OS: Windows - Node.js Version: (Your Node Version) - NPM Version: (Your NPM Version) πΉ Please confirm if `grunt serve` is still supported or if there is an alternative command.
I tried running
grunt serveas per the documentation, but it results in:β Warning: Task "serve" not found. Use --force to continue.
β Running
gruntalone works fine.After checking
Gruntfile.jsandbuild/Gruntfile, I found that there is noservetask defined.Steps to Reproduce:
community-appdirectory.npm installandgrunt serve.Expected Behavior:
servetask should either be available or replaced with the correct command.Additional Info:
πΉ Please confirm if
grunt serveis still supported or if there is an alternative command.