Welcome toVigges Developer Community-Open, Learning,Share
Welcome To Ask or Share your Answers For Others

Categories

0 votes
6.9k views
in Technique[技术] by (71.8m points)

javascript - Node: error:25078067:DSO support routines:win32_load:could not load the shared library

I decided to edit a node project i had created before but when I try to load it, I get this error that I honestly don't understand but it seems as though it originating from firebase admin based on the stack . I haven't changed anything from the previous time I created this project but somehow this error has been generate

const ret = this[kHandle].sign(data, format, type, passphrase, rsaPadding,
[0]                             ^
[0]
[0] Error: error:25078067:DSO support routines:win32_load:could not load the shared library
[0]     at Sign.sign (internal/crypto/sig.js:110:29)
[0]     at Object.sign (C:UserslackDocumentsProgrammingApplicationWebcyber-groceries
ode_modulesjsonwebtoken
ode_modulesjwaindex.js:152:45)
[0]     at Object.jwsSign [as sign] (C:UserslackDocumentsProgrammingApplicationWebcyber-groceries
ode_modulesjsonwebtoken
ode_modulesjwslibsign-stream.js:32:24)
[0]     at Object.module.exports [as sign] (C:UserslackDocumentsProgrammingApplicationWebcyber-groceries
ode_modulesjsonwebtokensign.js:204:16)
[0]     at ServiceAccountCredential.createAuthJwt_ (C:UserslackDocumentsProgrammingApplicationWebcyber-groceries
ode_modulesfirebase-adminlibcredentialcredential-internal.js:102:20)
[0]     at ServiceAccountCredential.getAccessToken (C:UserslackDocumentsProgrammingApplicationWebcyber-groceries
ode_modulesfirebase-adminlibcredentialcredential-internal.js:75:26)
[0]     at FirebaseAppInternals.getToken (C:UserslackDocumentsProgrammingApplicationWebcyber-groceries
ode_modulesfirebase-adminlibfirebase-app.js:66:73)      
[0]     at FirebaseAuthTokenProvider.getToken (C:UserslackDocumentsProgrammingApplicationWebcyber-groceries
ode_modulesfirebase-admin
[email protected]:14954:27)
[0]     at PersistentConnection.establishConnection_ (C:UserslackDocumentsProgrammingApplicationWebcyber-groceries
ode_modulesfirebase-admin
[email protected]:12163:18)
[0]     at Timeout._onTimeout (C:UserslackDocumentsProgrammingApplicationWebcyber-groceries
ode_modulesfirebase-admin
[email protected]:12064:19) {
[0]   opensslErrorStack: [
[0]     'error:0E076071:configuration file routines:module_run:unknown module name',
[0]     'error:0E07506E:configuration file routines:module_load_dso:error loading dso',
[0]     'error:25070067:DSO support routines:DSO_load:could not load the shared library'
[0]   ],
[0]   library: 'DSO support routines',
[0]   function: 'win32_load',

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome To Ask or Share your Answers For Others

1 Answer

0 votes
by (71.8m points)
等待大神答复

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome to Vigges Developer Community for programmer and developer-Open, Learning and Share
...