We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a9aeaee + 2ede950 commit 2b409edCopy full SHA for 2b409ed
content/guide/visionos.md
@@ -23,7 +23,7 @@ You can develop with a physical Vision Pro plugged in or using the Vision Pro Si
23
**You will need the `vision` CLI**:
24
25
```bash
26
-npm install -g nativescript@vision
+npm install -g nativescript@latest
27
```
28
29
::: info Note
@@ -96,11 +96,11 @@ Primarily 2 key elements make up a NativeScript driven visionOS project:
96
```json
97
{
98
"dependencies": {
99
- "@nativescript/core": "vision"
+ "@nativescript/core": "~8.7.0"
100
},
101
"devDependencies": {
102
- "@nativescript/visionos": "~8.6.0",
103
- "@nativescript/webpack": "vision"
+ "@nativescript/visionos": "~8.7.0",
+ "@nativescript/webpack": "~5.0.21"
104
}
105
106
0 commit comments