clusterio icon indicating copy to clipboard operation
clusterio copied to clipboard

Cannot find name webRoot on install

Open Danielv123 opened this issue 1 year ago • 0 comments

When running pnpm install I get the following error:

plugins/player_auth prepare$ tsc --build && webpack-cli --env production │ web/index.tsx(23,34): error TS2304: Cannot find name 'webRoot'. │ web/index.tsx(36,36): error TS2304: Cannot find name 'webRoot'. │ web/index.tsx(103,39): error TS2304: Cannot find name 'webRoot'. └─ Failed in 1.4s at /Users/danielv/Documents/project_files/clusterio/plugins/player_auth

Danielv123 avatar Jun 29 '24 00:06 Danielv123