piqnt/svgexport

Error on install because of puppeteer issue (with fix)

Closed this issue ยท 4 comments

There was an error installing because of the puppeteer dependency issue
puppeteer/puppeteer#367

The fix is to do sudo install as follow
sudo npm install -g svgexport --unsafe-perm=true

Hope this will help others

Thanks, would you be able to add it to the readme?

You are right, will do !

Thanks, merged it!

my pleasure ! :)