screeps-typescript-starter icon indicating copy to clipboard operation
screeps-typescript-starter copied to clipboard

Starter kit for TypeScript-based Screeps AI codes.

Results 24 screeps-typescript-starter issues
Sort by recently updated
recently updated
newest added
trafficstars

I just created a new repo with this as a template and the rollup wasn't working. I'm using node v18.12.1 and had to remove the thing in package.json requiring node...

I downloaded the packaged repository, unpackaged it, installed nodejs and npm through nvm (latest stable version of nodejs 12), installed rollup, ran the command `npm install` in the directory where...

Editor settings should not be in a template like this. Especially the really opinionated stuff like turning format on save off.

I was continiously getting the error message `Undefined Token: .....` from the ErrorMapper. I partially fixed this, with the following code, however it's not ideal as it doesn't directly show...