Не удается установить приложение «act-native-the-perfect-app »- React Native - PullRequest
0 голосов
/ 29 марта 2019

Я пытаюсь установить npm, установив реактивное-родное-идеальное-приложение, - сохранить, но не получается с ошибкой:

    D:\Doc\react-native>npm install react-native-the-perfect-app@v5.0.0 --save

> react-native-the-perfect-app@5.0.0 postinstall D:\Doc\react-native\node_modules\react-native-the-perfect-app
> bash postinstall.sh

'bash' is not recognized as an internal or external command,
operable program or batch file.
npm WARN react-native@0.58.3 requires a peer of react@16.6.3 but none is installed. You must install peer dependencies yourself.
npm WARN optional SKIPPING OPTIONAL DEPENDENCY: fsevents@1.2.7 (node_modules\fsevents):
npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for fsevents@1.2.7: wanted {"os":"darwin","arch":"any"} (current: {"os":"win32","arch":"x64"})

npm ERR! code ELIFECYCLE
npm ERR! errno 1
npm ERR! react-native-the-perfect-app@5.0.0 postinstall: `bash postinstall.sh`
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the react-native-the-perfect-app@5.0.0 postinstall script.
npm ERR! This is probably not a problem with npm. There is likely additional logging output above.

npm ERR! A complete log of this run can be found in:
npm ERR!     C:\Users\bS\AppData\Roaming\npm-cache\_logs\2019-03-29T09_16_57_742Z-debug.log

Есть идеи, что может быть не так? Кстати, я пытался с указанием версии и без нее, но это не удается так же.

...