question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. ItĀ collects links to all the places you might be looking at while hunting down a tough bug.

And, if youā€™re still stuck at the end, weā€™re happy to hop on a call to see how we can help out.

Couldn't find package "@expo/bunyan" on the "npm" registry

See original GitHub issue

Have 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:closed
  • Created 6 years ago
  • Reactions:1
  • Comments:7 (1 by maintainers)

github_iconTop GitHub Comments

4reactions
brentvatnecommented, Nov 5, 2017

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.

1reaction
nessalauren5commented, May 17, 2018

Fixed a similar issue by install a missing prereq react-native-cli

Make sure you have a React Native CLI installed on your machine. To install it, run the following command in the Terminal: npm install -g react-native-cli.

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found