Closed
Description
I am getting an error when trying to login: (in microsoft-account.ts @116)
export async function getLiveKeys(options: LoadLiveKeysOptions): Promise<LiveKeys> { try { const uri: string = url.resolve(skypeLoginUri, path.posix.join("oauth", "microsoft"));
For some reason path.posix is undefined. I have the latest version of node.js. Any ideas why this would be the case?