Skip to content

Commit

Permalink
docs(qwik-labs): npm installation issue
Browse files Browse the repository at this point in the history
  • Loading branch information
alexismch committed Feb 17, 2024
1 parent 58b01ef commit dc8c0fc
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions packages/docs/src/routes/docs/labs/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -53,3 +53,22 @@ 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 dc8c0fc

Please sign in to comment.