I pulled the latest code (master). I ran npm install earlier.
Trying to start it with npm run.
Dialog box appears 'Sign in to your account'. I click on my corporate account.
Then 'Taking you to your organization's sign in page' appears and in 1-2 sec an Error dialog is displayed:
A JavaScript error occurred in the main process
Uncaught Exception:
ReferenceError: config is not defined
at App.<anonymous> (/opt/teams-for-linux/app/lib/index.js:89:3)
at emitMany (events.js:151:20)
at App.emit (events.js:223:7)
I also tried to do an npm update, did not help.
BTW it used to work both with npm start and from the AUR package (I'm on Arch Linux). Now it does not. Maybe MS changed something?
Node.js version in v8.9.4.
I pulled the latest code (master). I ran
npm installearlier.Trying to start it with
npm run.Dialog box appears 'Sign in to your account'. I click on my corporate account.
Then 'Taking you to your organization's sign in page' appears and in 1-2 sec an Error dialog is displayed:
I also tried to do an
npm update, did not help.BTW it used to work both with
npm startand from the AUR package (I'm on Arch Linux). Now it does not. Maybe MS changed something?Node.js version in v8.9.4.