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 use Google Chrome as a default browser and when the npm start runs, it doesn't like one of the extensions so I have to manually start the browser incognito, or disable the extension first.
I solved the problem by adding the bopen package and in openBrowser.js changed the open to bopen and added the incognito option. Ideally the incognito should be one of the options of the npm start --incognito so that it trickles down, but this is a start.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I use Google Chrome as a default browser and when the npm start runs, it doesn't like one of the extensions so I have to manually start the browser incognito, or disable the extension first.
I solved the problem by adding the bopen package and in openBrowser.js changed the open to bopen and added the incognito option. Ideally the incognito should be one of the options of the npm start --incognito so that it trickles down, but this is a start.
var options = { app: browser, wait: false, url: true , incognito: true};
Beta Was this translation helpful? Give feedback.
All reactions