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’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Install documentation fail #103

Open
oguilbaud opened this issue Feb 8, 2022 · 5 comments
Open

Install documentation fail #103

oguilbaud opened this issue Feb 8, 2022 · 5 comments

Comments

@oguilbaud
Copy link

npm install @mattermost/react-native-network-client --save
npm ERR! code E404
npm ERR! 404 Not Found - GET https://registry.npmjs.org/@mattermost%2freact-native-network-client - Not found
npm ERR! 404
npm ERR! 404 '@mattermost/react-native-network-client@latest' 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.

@enahum
Copy link
Contributor

enahum commented Feb 8, 2022

Yes @oguilb so sorry for that, we haven't publish the library to nom yet, in the meantime you can add the package as a github reference in your package.json file

@oguilbaud
Copy link
Author

Thank's but It not work also.
I have append this in my package.json but npm install fail
"react-native-network-client": "github:mattermost/react-native-network-client",

If I replace "mattermost" by a fork, it work

@enahum
Copy link
Contributor

enahum commented Feb 8, 2022

Your package.json should have it like this "@mattermost/react-native-network-client": "github:mattermost/react-native-network-client"

@oguilbaud
Copy link
Author

oguilbaud commented Feb 8, 2022

I have tested but fail also

npm install
The authenticity of host 'github.com (140.82.121.4)' can't be established.e
ECDSA key fingerprint is SHA256:p2AAAXNIC1TJYWeIOttrVc98/R1BUFWu3/LiyKgUfQM.

and freze here

@enahum
Copy link
Contributor

enahum commented Feb 8, 2022

that looks like your host does not have ssh keys integrated with github, perhaps change it with git+https://github.com/mattermost/react-native-networl-client.git and see if that works

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

2 participants