@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.
Posts made by Darvan42
-
RE: Node.js version specified in the documentation is not the same version which is probably used.
-
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.