Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

Can't install via YARN or NPM #7

Closed
robert-stevens opened this issue Dec 19, 2017 · 1 comment
Closed

Can't install via YARN or NPM #7

robert-stevens opened this issue Dec 19, 2017 · 1 comment

Comments

@robert-stevens
Copy link

Hi,

I can't install this package via YARN:

yarn add react-native-copilot
yarn add v1.3.2
[1/4] 馃攳  Resolving packages...
error Couldn't find package "react-native-copilot" on the "npm" registry.
info Visit https://yarnpkg.com/en/docs/cli/add for documentation about this command.

or NPM:

npm install --save react-native-copilot
npm ERR! code E404
npm ERR! 404 Not Found: react-native-copilot@latest

When I run npm info I get:

npm info react-native-copilot
npm ERR! code E404
npm ERR! 404 Registry returned 404 for GET on https://registry.npmjs.org/react-native-copilot
npm ERR! 404 
npm ERR! 404  'react-native-copilot' is not in the npm registry.
npm ERR! 404 You should bug the author to publish it (or use the name yourself!)
npm ERR! 404 
npm ERR! 404 Note that you can also install from a
npm ERR! 404 tarball, folder, http url, or git url.

System Info:

node --version
v8.9.1
npm --version
5.2.0

Is it currently not on NPM?

@robert-stevens
Copy link
Author

Was able to install it using the package name:

react-native-joyride

so e.g.

yarn add react-native-joyride

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant