-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
canvas Peer dependency issue on npm install #1586
Comments
Turns out that |
Yes. Docs should be updated |
I don't think this fixes the issue, though. When I ran yarn I received a similar report. For the time being I have changed the requirement in package.json to "canvas": "^2.5.0" and things seem to be running. `d:\Research\pdfkit>yarn install ➤ YN0000: · Yarn 4.6.0 |
Bug Report
Description of the problem
npm install
on fresh checkout gives me a conflicting peer dependency on[email protected]
vs[email protected]
Using
npm install --legacy-peer-deps
gets around the issue.Steps to reproduce
git clone https://github.com/foliojs/pdfkit.git
cd pdfkit
npm install
Error:
Your environment
The text was updated successfully, but these errors were encountered: