sphilee / jsPDF-CustomFonts-support

This repo is being deprecated. Please check out https://github.com/MrRio/jsPDF
https://github.com/MrRio/jsPDF
MIT License
183 stars 77 forks source link

Fix package installation error #29

Closed xuhcc closed 6 years ago

xuhcc commented 6 years ago

Added makeFonts.js to the list of package files. Without it installation fails:

npm ERR! enoent ENOENT: no such file or directory, chmod 'node_modules/jspdf-customfonts/makeFonts.js'
npm ERR! enoent This is related to npm not being able to find a file.
sphilee commented 6 years ago

@xuhcc Thank you so much