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

Dependency error #849

Closed
Derranion opened this issue Dec 22, 2021 · 1 comment
Closed

Dependency error #849

Derranion opened this issue Dec 22, 2021 · 1 comment
Assignees
Labels
ASAP We want it yesterday! BUG Something isn't working

Comments

@Derranion
Copy link
Member

Derranion commented Dec 22, 2021

  • What is the expected behavior?
    Vuestic-admin project should correctly install its dependencies without breaking.

  • What is the current behavior?
    npm install throws dependency error:
    vuestic-admin-dependency-error

  • Side notes:
    Current workaround that I've found is to use npm install --legacy-peer-deps.
    Looks like this issue is related to the newer versions of npm v7+ - right now npm install will fail when it encounters conflicting peerDependencies.

@Derranion Derranion added BUG Something isn't working ASAP We want it yesterday! labels Dec 22, 2021
@Derranion Derranion self-assigned this Dec 22, 2021
Derranion added a commit that referenced this issue Dec 23, 2021
@Derranion
Copy link
Member Author

I've fixed it in the dev branch, new version is backwards compatible as well.

@m0ksem Hey,

Could you tell if we can make a minor release - 3.0.2 of vuestic-admin to fix this issue for our users?

Because most of them are using npm 7 or higher already - currently recommended Node.js version uses npm 8.1.2 that's why they all will have this dependency error.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ASAP We want it yesterday! BUG Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant