hajareshyam / pdf-creator-node

This package is used to generate HTML to PDF in Nodejs
MIT License
238 stars 79 forks source link

Mac M1 Install Help #99

Open nskaiser opened 1 year ago

nskaiser commented 1 year ago

Running into errors when I npm install. Any suggestions?

238 verbose Darwin 22.1.0 239 verbose argv "/usr/local/bin/node" "/usr/local/bin/npm" "i" "pdf-creator-node" "--save" 240 verbose node v14.17.4 241 verbose npm v6.14.14 242 error code EBADPLATFORM 243 error notsup Unsupported platform for @esbuild/linux-loong64@0.14.54: wanted {"os":"linux","arch":"loong64"} (current: {"os":"darwin","arch":"x64"}) 244 error notsup Valid OS: linux 244 error notsup Valid Arch: loong64 244 error notsup Actual OS: darwin 244 error notsup Actual Arch: x64 245 verbose exit [ 1, true ]