googlemaps / react-native-navigation-sdk

Apache License 2.0
15 stars 3 forks source link

How to install the package??? #228

Closed tikotas closed 3 weeks ago

tikotas commented 3 weeks ago

Hi there!

After trying to install your package, I was given an error which told me that your package could not be found.

Steps to reproduce

  1. npm i @googlemaps/react-native-navigation-sdk

Error

npm ERR! code E404
npm ERR! 404 Not Found - GET https://registry.npmjs.org/@googlemaps%2freact-native-navigation-sdk - Not found
npm ERR! 404 
npm ERR! 404  '@googlemaps/react-native-navigation-sdk@*' is not in this registry.
npm ERR! 404 
npm ERR! 404 Note that you can also install from a
npm ERR! 404 tarball, folder, http url, or git url.

npm ERR! A complete log of this run can be found in:

Screenshot

Screenshot from 2024-08-18 01-50-27

jokerttu commented 3 weeks ago

Hi @tikotas,

The package is currently in the release process and will be available on npm soon. That's why the README.md file already references the npm registry.

In the meantime, you can install the package directly from GitHub by using the following command:

npm install --save https://github.com/googlemaps/react-native-navigation-sdk#{version_tag}
tikotas commented 3 weeks ago

@jokerttu thanks for your support.

I'll try

caio1985 commented 3 weeks ago

Hi @tikotas we have published it to NPM today: https://www.npmjs.com/package/@googlemaps/react-native-navigation-sdk

tikotas commented 3 weeks ago

@caio1985 thanks!