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
Though once I call const patreonOAuthClient = patreonOAuth(CLIENT_ID, CLIENT_SECRET) and I build my application (Electron with Angular2), I get this error
ERROR in ./node_modules/patreon/dist/utils.js
Module not found: Error: Can't resolve 'os' in 'C:\Users\errat\Documents\Projects\Electron\angular-electron\node_modules\patreon\dist'
The text was updated successfully, but these errors were encountered:
Uh oh!
There was an error while loading. Please reload this page.
Hello, I'm not quite sure why I'm getting this error. I'm using TypeScript and this is what I have:
Though once I call
const patreonOAuthClient = patreonOAuth(CLIENT_ID, CLIENT_SECRET)
and I build my application (Electron with Angular2), I get this errorThe text was updated successfully, but these errors were encountered: