oblador / react-native-vector-icons

Customizable Icons for React Native with support for image source and full styling.
https://oblador.github.io/react-native-vector-icons/
MIT License
17.31k stars 2.12k forks source link

Can't resolve react-native-vector-icons #1464

Closed IzusaE closed 11 months ago

IzusaE commented 1 year ago

Environment

I'm with an ubuntu 20.04

{ 'my-app': '1.0.0', npm: '8.19.2', node: '18.9.1', v8: '10.2.154.15-node.12', uv: '1.43.0', zlib: '1.2.11', brotli: '1.0.9', ares: '1.18.1', modules: '108', nghttp2: '1.47.0', napi: '8', llhttp: '6.0.10', openssl: '3.0.5+quic', cldr: '41.0', icu: '71.1', tz: '2022b', unicode: '14.0', ngtcp2: '0.1.0-DEV', nghttp3: '0.1.0-DEV' }

Description

I'm trying to install react-native-vector-icons with the command give, but I can't end the operation with success. I get this error :

npm ERR! code 128 npm ERR! An unknown git error occurred npm ERR! command git --no-replace-objects ls-remote ssh://git@github.com/react-native-vector-icons/FontAwesome.git npm ERR! ERROR: Repository not found. npm ERR! fatal: Impossible de lire le dépôt distant. npm ERR! npm ERR! Veuillez vérifier que vous avez les droits d'accès npm ERR! et que le dépôt existe.

npm ERR! A complete log of this run can be found in: npm ERR! /home/ebalaguer/.npm/_logs/2022-10-11T11_22_21_838Z-debug-0.log

If someone have an idea...

devartwa commented 1 year ago

try yarn

johnf commented 11 months ago

@IzusaE Did you end up solving this? It looks like you are trying to install from git rather than npm, is there a reason for that?

IzusaE commented 11 months ago

I used an other lib finally