You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm having hard time to make this package work, I'm keep getting that fs and a modules are missing, I found similar one in the previous issues but I still can't solve it.
I'm using Nuxtjs SSR/webpack and I have never used the browserify.
Is there any clear way to get it work?
I appreciate it and thank you in advance 🙏
The text was updated successfully, but these errors were encountered:
Some bundlers handle this automatically (example: parcel will inline fs.readFile, but esbuild requires a plugin to do so). If you can't or don't want to configure your bundler to inline this, do what I did:
I'm having hard time to make this package work, I'm keep getting that
fs
anda
modules are missing, I found similar one in the previous issues but I still can't solve it.I'm using Nuxtjs SSR/webpack and I have never used the browserify.
Is there any clear way to get it work?
I appreciate it and thank you in advance 🙏
The text was updated successfully, but these errors were encountered: