Не найдено подходящей версии для @ storybook / Reaction-native @ ^ 5.0.6 - PullRequest
0 голосов
/ 04 апреля 2019

Любые возможные решения, чтобы исправить следующую ошибку при запуске команды

npx -p @storybook/cli sb init -f

 • Preparing to install dependencies. ✓

npm WARN deprecated core-js@1.2.7: core-js@<2.6.5 is no longer maintained. Please, upgrade to core-js@3 or at least to actual version of core-js@2.
npm ERR! code ETARGET
npm ERR! notarget No matching version found for @storybook/react-native@^5.0.6
npm ERR! notarget In most cases you or one of your dependencies are requesting
npm ERR! notarget a package version that doesn't exist.
npm ERR! notarget
npm ERR! notarget It was specified as a dependency of 'MySampleApp'
npm ERR! notarget

npm ERR! A complete log of this run can be found in:
npm ERR!     /Users/atif/.npm/_logs/2019-04-04T10_51_13_555Z-debug.log

 • Installing dependencies. ✖

1 Ответ

0 голосов
/ 04 апреля 2019

Ваша проблема @storybook/react-native@^^5.0.6, (только 5.0.0 и 5.1.0).

Возможно, версия 5.0.6 была удалена или не создана.

Я рекомендую установить другую версию.@storybook/react-native, если @storybook/react-native требует другой пакет, создайте проблему для этого автора этого модуля.

...