You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/installation.md
+9-1Lines changed: 9 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,11 +1,19 @@
1
1
# Installation
2
2
3
-
## Npm Package
3
+
## Npm
4
4
Rvx is available as an [npm package](https://www.npmjs.com/package/rvx).
5
5
```bash
6
6
npm i rvx
7
7
```
8
8
9
+
### Conflicting Dependencies
10
+
Using multiple rvx instances at the same time will result in undefined behavior.
11
+
12
+
You can check with `npm ls` that only one instance is installed:
13
+
```bash
14
+
npm ls rvx
15
+
```
16
+
9
17
## Buildless Options
10
18
Rvx can be used without any build system by directly using one of the es module bundles listed below. Note, that these bundles don't include any JSX related code.
0 commit comments