Skip to content

Commit

Permalink
chore(docs): remove npm workaround for qwik-labs
Browse files Browse the repository at this point in the history
  • Loading branch information
wmertens committed Feb 21, 2024
1 parent 2b136c5 commit d0e1647
Showing 1 changed file with 0 additions and 19 deletions.
19 changes: 0 additions & 19 deletions packages/docs/src/routes/docs/labs/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -53,22 +53,3 @@ Or just add this to your `package.json`
}
}
```

> **WARNING:** Installation issue with NPM
>
> When installing Qwik Labs with NPM, you will probably get because of an `EUNSUPPORTEDPROTOCOL`.
> To solve that, you want to install the parent of the breaking commit.
> ```sh
> npm i github:BuilderIo/qwik-labs-build#36582dc0503bf665daff9686d2a27d742145795d
> ```
> Or just add this to your `package.json`
> ```javascript
> {
> ...
> "dependencies": {
> ...
> "@builder.io/qwik-labs": "github:BuilderIo/qwik-labs-build#36582dc0503bf665daff9686d2a27d742145795d",
> }
> }
> ```
> C.f. [this issue](https://github.com/BuilderIO/qwik/issues/5803)

0 comments on commit d0e1647

Please sign in to comment.