There was an error while loading. Please reload this page.
1 parent bcd08f0 commit 13c9f1fCopy full SHA for 13c9f1f
1 file changed
extensions.md
@@ -42,6 +42,10 @@ types — needs `nativescript` declared twice:
42
- The **dev dependency** is what makes `require("nativescript/contracts")`
43
resolve while you build and test the extension. It is not installed for your
44
users.
45
+- Developing against a **prerelease** CLI? Semver ranges without a prerelease
46
+ tag never match one — `9.1.0-alpha.15` does not satisfy `>=9.1.0` — so pin
47
+ the exact prerelease as your dev dependency and keep the stable floor in
48
+ `peerDependencies`.
49
50
Never declare `nativescript` as a plain dependency.
51
0 commit comments