Couldn't find package "@expo/bunyan" on the "npm" registry
See original GitHub issueHave added with NPM and Yarn, still same result
yarn add v0.24.5
info No lockfile found.
[1/4] š Resolving packagesā¦
error Couldnāt find package ā@expo/bunyanā on the ānpmā registry.
info Visit https://yarnpkg.com/en/docs/cli/add for documentation about this command.
yarnpkg add --dev --exact --ignore-optional react-native-scripts
failed
Issue Analytics
- State:
- Created 6 years ago
- Reactions:1
- Comments:7 (1 by maintainers)
Top Results From Across the Web
React native with Yarn or NPM is not finding @expo/bunyan ...
I tried to create an application with React Native, when I use the command create-react-native-app the library @expo/bunyan is not found. IĀ ...
Read more >Couldn't find package "@expo/bunyan" on the "npm" registry -
Couldn't find package "@expo/bunyan" on the "npm" registry. ... Have added with NPM and Yarn, still same result. yarn add v0.24.5 info No...
Read more >expo-av - npm
Expo universal module for Audio and Video playback. Latest version: 13.0.2, last published: 25 days ago. Start using expo-av in your projectĀ ...
Read more >coderschool/ReactNative-Spr18 - Gitter
[1/4] Resolving packages... error Couldn't find package "@expo/bunyan@1.8.10" required by "react-native-scripts" on the "npm" registry. info VisitĀ ...
Read more >expo | Yarn - Package Manager
The expo package is a single package you can install in any React Native app to ... you can find them in changelogs...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
use the normal npm registry. if itās still a problem, this is a npm bug, so open the issue there. make sure youāre using latest version of yarn if youāre using yarn. create-react-native-app isnāt a package manager and this is a package manager bug.
Fixed a similar issue by install a missing prereq react-native-cli