Following the guide currently results in a TypeError: Cannot read property 'EPersonaState' of undefined because steam-user does not export the EPersonaState via SteamUser.Steam.EPersonaState anymore but directly via SteamUser.EPersonaState.
You can see here and here where they export it now.
Following the guide currently results in a
TypeError: Cannot read property 'EPersonaState' of undefined
becausesteam-user
does not export theEPersonaState
viaSteamUser.Steam.EPersonaState
anymore but directly viaSteamUser.EPersonaState
.You can see here and here where they export it now.
There is also an issue (#94) about this.