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
When I attempt to start my Node.js server app on OpenShift, I get the following error:
...node_modules/discord.js/lib/Util/Cache.js:1
(subClass,superClass):subClass.__proto__ = superClass;}var discrimS=Symbol();v
^
ReferenceError: Symbol is not defined
Another issue is that even though I have updated Node.js to 4.2.4 on my OpenShift instance, the OVERRIDE_DISCORD_MIN_VERSION=true environment variable is still required.
Any ideas on how I can solve this?
The text was updated successfully, but these errors were encountered:
When I attempt to start my Node.js server app on OpenShift, I get the following error:
Another issue is that even though I have updated Node.js to 4.2.4 on my OpenShift instance, the
OVERRIDE_DISCORD_MIN_VERSION=true
environment variable is still required.Any ideas on how I can solve this?
The text was updated successfully, but these errors were encountered: