You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've tried a few of them, and so far, this class of modules seems to fail when it should be able to run in Screeps.
Consider this code added to main.ts in starter:
// already in es6, of courseimport{ErrorMapper}from"utils/ErrorMapper";// this one works -- it's in es6 formatimport*as_from'lodash-es';// uploads, but exports empty objectimport*as_from'lodash';// no error and these will upload, but code will fail on server without executingimport*asChancefrom'chance';import*asfakerfrom'faker';
Please note that I have also taken the step of installing @types modules for these as well.
The text was updated successfully, but these errors were encountered:
I've tried a few of them, and so far, this class of modules seems to fail when it should be able to run in Screeps.
Consider this code added to
main.ts
in starter:Please note that I have also taken the step of installing
@types
modules for these as well.The text was updated successfully, but these errors were encountered: