envs
envs copied to clipboard
Component development environments for the Bit community
Received this error while importing the component; `bit import bit.envs/compilers/react-typescript -c` **import components into your current workspace. https://docs.bit.dev/docs/sourcing-components you can use a pattern for multiple ids, such as bit import...
### Describe the bug Unable to compile a component with react-typescript env. ### Steps to Reproduce 1. Create an app with create-react-app with Typescript `npx create-react-app my-app --template typescript` 2....
Exactly the same as #10 but for stencil. > [I would recommend open [_sic_] a new issue for this.](https://github.com/teambit/envs/issues/10#issuecomment-637693359) cc @qballer related: #123
### Description When I follow the [Bit for React](https://docs.bit.dev/docs/tutorials/bit-react-tutorial) tutorial, I receive the following error when opening the component in bit.dev: I've been trying to find a solution, but no...
### Describe the bug I have existing project and tried to use bit for share some components. I added all dependencies and started "bit build" but got and errors like:...
### Describe the bug Angular compiler fails to import using the tutorial @ https://docs.bit.dev/docs/tutorials/bit-angular-tutorial ### Steps to Reproduce 1. Clone angular sample repo from https://github.com/teambit/bit-angular-tutorial 2. Follow the tutorial above...
### Description I'd like to build my components, but there's no compiler that accepts vue3-syntax (e.g. multiple root elements) ### Describe the solution you'd like I'd love to see an...
### Description I can't install compilers at all. Ive tried it a few times, tried uninstalling and re-installing bit, but it gives me the same error. While installing the vue...
### Describe the bug I'm following the [doc](https://docs.bit.dev/docs/add-and-isolate-components#track-a-component-with-testspec-files), but when i run `bit test` ### Steps to Reproduce 1. bit import bit.envs/testers/jest -t 2. bit import -c bit.envs/compilers/typescript 3. bit...