Akshay
Akshay
In [TDD IN JAVASCRIPT](https://github.com/unicodeveloper/awesome-tdd#tdd-in-javascript) section, the 4th link named [TDD by Example](http://thejackalofjavascript.com/test-driven-development-by-example/) is not working.
## Documentation bug, improvement ## Description In [Getting Code](https://github.com/boostercloud/booster/blob/main/CONTRIBUTING.md#getting-the-code) section, the prerequisites required for running the code are not complete. For example: - ```lerna bootstrap``` will fail if ```rimraf``` package...
# Bug Report ## Current Behavior When I run ```lerna run compile``` then I get the following error: ``` lerna ERR! npm run compile exited 1 in '@boostercloud/framework-common-helpers' lerna ERR!...
**Describe the bug** ``yarn global install wetty`` fails **To Reproduce** Steps to reproduce the behaviour: 1. ``yarn global install wetty`` **Expected behaviour** It should install successfully **Node version** ``v16.17.0`` **Error...
Addresses #1533
At [Ubuntu/Debian installation instructions](https://httpie.io/docs/cli/debian-and-ubuntu), the step 2 command `sudo echo "deb [arch=amd64 signed-by=/usr/share/keyrings/httpie.gpg] https://packages.httpie.io/deb ./" > /etc/apt/sources.list.d/httpie.list` gives the following error 
I found hesads.akamaized.net in https://www.hotstar.com/in which when blocked disabled ads.
In `app/config.json.sample` file there was a wrong comma.
Addresses #7071 The issue was ``` Validation failed: - tailwind: Required ``` It was caused by `baseColor = null` when initializing project with `--defaults` which broke `zod` validation.