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 get the following error when trying to implement the username package:
index.js:1452 execa/lib/errname: unable to establish process.binding('uv') Error: process.binding is not supported
at Object.push../node_modules/process/browser.js.process.binding (browser.js:195)
at Object. (errname.js:12)
at Object../node_modules/username/node_modules/execa/lib/errname.js (errname.js:40)
at webpack_require (bootstrap:782)
at fn (bootstrap:150)
at Object. (index.js:21)
at Object../node_modules/username/node_modules/execa/index.js (index.js:411)
at webpack_require (bootstrap:782)
at fn (bootstrap:150)
at Object. (index.js:5)
at Object../node_modules/username/index.js (index.js:62)
at webpack_require (bootstrap:782)
at fn (bootstrap:150)
at Module../src/App.js (App.css?da7c:45)
at webpack_require (bootstrap:782)
at fn (bootstrap:150)
at Module../src/index.js (index.css?02e3:45)
at webpack_require (bootstrap:782)
at fn (bootstrap:150)
at Object.0 (serviceWorker.js:131)
at webpack_require (bootstrap:782)
at checkDeferredModules (bootstrap:45)
at Array.webpackJsonpCallback [as push] (bootstrap:32)
at main.chunk.js:1
Looks like node has recently deprecated process.binding('uv') in favour of internalBinding('uv') [(https://github.com/nodejs/node/pull/22163)]
(P.S. this is my first issue submission, please let me know if you need more info.)
The text was updated successfully, but these errors were encountered:
I get the following error when trying to implement the username package:
Looks like node has recently deprecated process.binding('uv') in favour of internalBinding('uv') [(https://github.com/nodejs/node/pull/22163)]
(P.S. this is my first issue submission, please let me know if you need more info.)
The text was updated successfully, but these errors were encountered: