Skip to content

fix: resolve jspdf and jspdf-autotable dependency conflict#8538

Open
Kamran92 wants to merge 1 commit into
primefaces:masterfrom
Kamran92:fix/jspdf-autotable-v4-conflict
Open

fix: resolve jspdf and jspdf-autotable dependency conflict#8538
Kamran92 wants to merge 1 commit into
primefaces:masterfrom
Kamran92:fix/jspdf-autotable-v4-conflict

Conversation

@Kamran92
Copy link
Copy Markdown

Description

Fixes #8537

This PR updates the jspdf-autotable dependency to a newer version that supports jspdf v4.

Previously, running:

npm install

after cloning the repository resulted in an ERESOLVE unable to resolve dependency tree error because an older jspdf-autotable version was being resolved with jspdf v4.

Changes:

  • Updated jspdf-autotable dependency version
  • Resolved dependency conflict with jspdf v4
  • Repository can now be installed without using --force or --legacy-peer-deps

Testing

Verified by:

  1. Cloning the repository
  2. Running:
npm install

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

Successfully merging this pull request may close these issues.

Dependency conflict between jspdf v4 and jspdf-autotable during npm install

1 participant