Git Product home page Git Product logo

Comments (7)

ide avatar ide commented on June 8, 2024 1

@pietropizzi Thanks for the follow-up. To workaround the issue you could try installing the module directly from GitHub with npm i exponentjs/ex-navigator#5a4191e9b, for example. We do a lot of updates and tend not to use Git tags / GH releases, but do try to mention in the commit titles when there is a new npm version, so you could adjust the Git commit hash in the package.json entry accordingly.

from ex-navigator.

pietropizzi avatar pietropizzi commented on June 8, 2024 1

@ide thanks. I was able to install it with npm install --registry=https://registry.npmjs.org so going straight to the public registry.

from ex-navigator.

ide avatar ide commented on June 8, 2024

It's publicly available here: https://www.npmjs.com/package/@exponent/react-native-navigator and we use in in our package.json like

  "dependencies": {
    "@exponent/react-native-navigator": "^0.2.4",

from ex-navigator.

pietropizzi avatar pietropizzi commented on June 8, 2024

Thanks for the quick response. It's interesting that it doesn't work for me. Which version of npm are you using? I am trying it on v2.14.2.

Also when you use the search on npm like so: https://www.npmjs.com/search?q=react-native-navigator your package does not come up.

from ex-navigator.

ide avatar ide commented on June 8, 2024

I'm on npm 2.14.8 though it has been working for awhile.

from ex-navigator.

pietropizzi avatar pietropizzi commented on June 8, 2024

Ok so I have found the issue. We are using our own private registry build with Sinopia. When running npm install it first goes to our server and if it can't find it there it goes to the public one. Apparently there is some bug in that pipeline when the package is scoped.

Also for the fact that you can not find scoped packages on npm, here is the issue: npm/npm#8453

from ex-navigator.

ide avatar ide commented on June 8, 2024

Great, that's even better!

from ex-navigator.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.