File tree Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ npm install -D qwik-nx
34
34
### Generating a workspace
35
35
36
36
```
37
- npx create-nx-workspace org-workspace --preset=qwik-nx
37
+ npx create-nx-workspace@latest org-workspace --preset=qwik-nx
38
38
```
39
39
40
40
### Generating an application
@@ -69,14 +69,14 @@ nx generate qwik-nx:setup-tailwind
69
69
70
70
## qwik-nx & Nx Compatibility Chart
71
71
72
- | qwik-nx version | Nx version |
73
- | ---------------- | ---------- |
74
- | ~ 0.12.0 | ^15.8.0 |
75
- | ~ 0.10.0, ~ 0.11.0 | ~ 15.7.2 |
76
- | ~ 0.6.0 | ~ 15.6.0 |
77
- | ~ 0.5.0 | ~ 15.5.0 |
78
- | ~ 0.4.0 | ~ 15.4.0 |
79
- | <=0.4.0 | ^15.0.0 |
72
+ | qwik-nx version | Nx version |
73
+ | ------------------- | ---------- |
74
+ | ~ 0.12.0, ~ 0.13.0 | ^15.8.0 |
75
+ | ~ 0.10.0, ~ 0.11.0 | ~ 15.7.2 |
76
+ | >= ~ 0.6.0 <= ~ 0.9.0 | ~ 15.6.0 |
77
+ | ~ 0.5.0 | ~ 15.5.0 |
78
+ | ~ 0.4.0 | ~ 15.4.0 |
79
+ | <=0.4.0 | ^15.0.0 |
80
80
81
81
## ROADMAP:
82
82
You can’t perform that action at this time.
0 commit comments