Node.js version specified in the documentation is not the same version which is probably used.
-
In the docs in the section server-side-architecture is stated that node.js 8.9.3 is used. In the screeps repository on github, is under engines in the package.json "node": ">=10.13.0" specified. Additionally I asked on the slack channel, if the used node version is known. The general consensus there was that most likely node >10 is used, which also contradict the stated version in the docs. In addition to the node.js version the used lodash version would be interesting to know.
-
@darvan42 I believe the used Lodash version is 3.10.1. https://lodash.com/docs/3.10.1
-
@murphlaw Thank you for the information! I checked the lodash version with _.VERSION in the screeps console and it is indeed 3.10.1. With this post I just wanted to point out, that it would be nice if it would be in the documentation.