Skip to content

Commit 2ede950

Browse files
committed
fix(visionos): referenced dependencies
1 parent ffe4552 commit 2ede950

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

content/guide/visionos.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ You can develop with a physical Vision Pro plugged in or using the Vision Pro Si
2323
**You will need the `vision` CLI**:
2424

2525
```bash
26-
npm install -g nativescript@vision
26+
npm install -g nativescript@latest
2727
```
2828

2929
::: info Note
@@ -96,11 +96,11 @@ Primarily 2 key elements make up a NativeScript driven visionOS project:
9696
```json
9797
{
9898
"dependencies": {
99-
"@nativescript/core": "vision"
99+
"@nativescript/core": "~8.7.0"
100100
},
101101
"devDependencies": {
102-
"@nativescript/visionos": "~8.6.0",
103-
"@nativescript/webpack": "vision"
102+
"@nativescript/visionos": "~8.7.0",
103+
"@nativescript/webpack": "~5.0.21"
104104
}
105105
}
106106
```

0 commit comments

Comments
 (0)