NPM Versions outdated
-
NPM version of @screeps/engine is outdated
npm install screeps gives the following error:
npm ERR! notarget No compatible version found: @screeps/engine@1.0.2
npm ERR! notarget Valid install targets:
npm ERR! notarget 1.0.1, 1.0.0, 0.0.6, 0.0.5, 0.0.4, 0.0.3, 0.0.2, 0.0.1
-
As a side note, may be worth looking into CI, CircleCI is free and has been working well to publish NPM packages for me. (I use it for screepsmod-* auto publishing)
-
There was a deployment error in this build, please update and try again.
-
That fixed it! Thanks. On another note, I noticed all the other ENV vars use _ to seperate words, except for MODFILE, shouldn't that be MOD_FILE for consistency?