Closed gpittarelli closed 6 years ago
'util' is a standard nodejs module: https://nodejs.org/api/util.html . The 'util' module being required here is a browser polyfill (https://github.com/defunctzombie/node-util) which is probably not intended.
Thanks, you are right.
'util' is a standard nodejs module: https://nodejs.org/api/util.html . The 'util' module being required here is a browser polyfill (https://github.com/defunctzombie/node-util) which is probably not intended.