Skip to content

Commit a5f2e77

Browse files
author
Vitaliy Vlasov
committed
Add warning about npm versions higher than 5.6.0
1 parent eebdc1d commit a5f2e77

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/desktop/DevEnvSetup.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Note: add qmake to PATH via
55
`export PATH=<QT_PATH>/clang_64/bin:$PATH`
66

77
Caveats:
8-
- if npm hangs at some step, check the version. If it's 5.6.0, try downgrading to 5.5.1 via `npm install -g [email protected]`
8+
- if npm hangs at some step, check the version. If it's 5.6.0 or higher, try downgrading to 5.5.1 via `npm install -g [email protected]`
99

1010
# To install react-native-cli with desktop commands support:
1111
1. git clone https://github.com/status-im/react-native-desktop.git

0 commit comments

Comments
 (0)