smogon / pokemon-showdown

Pokémon battle simulator.
https://pokemonshowdown.com
MIT License
4.77k stars 2.79k forks source link

Dex.js error #3604

Closed PrinceSky-PS closed 7 years ago

PrinceSky-PS commented 7 years ago

Getting this error: https://ibb.co/e2cdav while trying to up server.

Zarel commented 7 years ago

Please read the README.

Zarel commented 7 years ago

In other words: Following the instructions provided in the README would fix your problem.

Specifically, PS should be launched with ./pokemon-showdown, not with node app.js.

Launching with ./pokemon-showdown will tell you what your problem is: Your Node.js version is too old. Which you could also have learned from the README, which states that PS requires Node 6 or later.