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
import OAuth2Provider from "electron-oauth-helper/oauth2"
$ npm run electron:serve
ERROR Failed to compile with 1 errors6:48:48 PM
This dependency was not found:
* electron-oauth-helper/oauth2 in ./src/background.js
To install it, you can run: npm install --save electron-oauth-helper/oauth2
ERROR Build failed with errors.
$ npm install --save electron-oauth-helper/oauth2
npm ERR! fatal: Could not read from remote repository.
npm ERR!
npm ERR! Please make sure you have the correct access rights
npm ERR! and the repository exists.
npm ERR!
npm ERR! exited with error code: 128
?
The text was updated successfully, but these errors were encountered:
$ npm install electron-oauth-helper --save
import OAuth2Provider from "electron-oauth-helper/oauth2"
$ npm run electron:serve
$ npm install --save electron-oauth-helper/oauth2
?
The text was updated successfully, but these errors were encountered: