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

Incorrect publishing of package resulting in @latest picking up rc #107

Open
Akkuma opened this issue Dec 6, 2024 · 1 comment
Open

Comments

@Akkuma
Copy link

Akkuma commented Dec 6, 2024

  • I'm submitting a ...
    [x] bug report
    [ ] feature request
    [ ] question about the decisions made in the repository
    [ ] question about how to use this project

  • Summary
    The current install of permitio with @latest will pick up rc and not the stable version.

  • Other information (e.g. detailed explanation, stack traces, related issues, suggestions how to fix, links for us to have context, eg. StackOverflow, personal fork, etc.)
    https://docs.npmjs.com/cli/v10/commands/npm-dist-tag

@blairjordan
Copy link

This was giving me headaches. The release candidate (2.7.2-rc) results in an ERR_MODULE_NOT_FOUND error when attempting to use the Permit class:

Error [ERR_MODULE_NOT_FOUND]: Cannot find module 'home/api/node_modules/permitio/build/module/api/api-client' imported from /node_modules/permitio/build/module/index.mjs

Fixing version to 2.7.2 solved.

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