Skip to content

Commit 7548c25

Browse files
CedricGuillemetCedricGuillemetMSbghgary
authored
Note on Administrator rights for Windows PG deployment (#359)
* Note on Administrator rights for Windows PG deployment * test with warning * better warning * Update README.md Co-authored-by: Gary Hsu <[email protected]> * error msg Co-authored-by: Cedric Guillemet <[email protected]> Co-authored-by: Gary Hsu <[email protected]>
1 parent 2a0fb01 commit 7548c25

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

README.md

+5
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,11 @@ npm run select 0.64
5454
```
5555
Selecting the React Native install will also install all NPM packages and its dependencies for the Playground sample/test app.
5656

57+
> :warning: When setting up the Playground app for UWP, the `npm run select` command must be run with Administrator rights, because of the symbolic links. Not doing so will result in this build error will popup when trying to run the Playground:
58+
```
59+
The path cannot be traversed because it contains an untrusted mount point.
60+
```
61+
5762
This will also automatically do the following to prepare your repo for development:
5863

5964
- Update git submodules to fetch Babylon Native and its dependencies

0 commit comments

Comments
 (0)