isaacs / node-graceful-fs

fs with incremental backoff on EMFILE
ISC License
1.27k stars 147 forks source link

Manipulate PDF with NUXT 3 for digital sign #228

Closed hermesalvesbr closed 2 years ago

hermesalvesbr commented 2 years ago

Hi there,

I'm trying to sign a pdf file with a certificate p12(pfx file), but my error is about FS with NUXT3

159770433-9063e9d3-ccc8-4552-9a86-afc89bad054d

I need to make a special configuration for work with nuxt 3?

Thanks for any response!

isaacs commented 2 years ago

This module is not intended to be used in web browsers, only in Node.js on the server. It looks like there's no process.env object.