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
3434### Generating a workspace
3535
3636```
37- npx create-nx-workspace org-workspace --preset=qwik-nx
37+ npx create-nx-workspace@latest org-workspace --preset=qwik-nx
3838```
3939
4040### Generating an application
@@ -69,14 +69,14 @@ nx generate qwik-nx:setup-tailwind
6969
7070## qwik-nx & Nx Compatibility Chart
7171
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 |
8080
8181## ROADMAP:
8282
You can’t perform that action at this time.
0 commit comments