node-modules / address

Get current machine IP and MAC address.
Other
233 stars 32 forks source link

Error: Can't resolve 'child_process' #31

Open josecienty opened 1 year ago

josecienty commented 1 year ago

If I'm import the package, the consolo say this error.

const address = require('address')

I'm using vue.js with laravel-mix, I need help, please!

nekuz0r commented 1 year ago

Are you trying to bundle this module in a bundle meant to be executed in the browser ?