When I run in 'normal' mode in both situations (6.0.0 and 6.0.2) the plugin is loaded.
With 6.0.0 no issue, with 6.0.2 the 'not found' network error.
When I run in -dev mode I get the log shown below BUT I have the same error with the 'older' 6.0.0 plugin so that seems not to be the issue?
Keep up the good work btw.... very much appriciated!!
If you bought this software, request refund immediately.
[Developer Mode] Console Output Enabled
[sdvx@asphyxia] error: Failed to load
[core] error: ⨯ Unable to compile TypeScript:
plugins/sdvx@asphyxia/index.ts:103:32 - error TS2583: Cannot find name 'BigInt'. Do you need to change your target library? Try changing the `lib` compiler option to 'es2020' or later.
103 gamesession: K.ITEM('s64', BigInt(1)),
~~~~~~
TSError: ⨯ Unable to compile TypeScript:
plugins/sdvx@asphyxia/index.ts:103:32 - error TS2583: Cannot find name 'BigInt'. Do you need to change your target library? Try changing the `lib` compiler option to 'es2020' or later.
103 gamesession: K.ITEM('s64', BigInt(1)),
~~~~~~
at createTSError (C:\snapshot\build-env\node_modules\ts-node\src\index.ts:513:12)
at reportTSError (C:\snapshot\build-env\node_modules\ts-node\src\index.ts:517:19)
at getOutput (C:\snapshot\build-env\node_modules\ts-node\src\index.ts:752:36)
at Object.compile (C:\snapshot\build-env\node_modules\ts-node\src\index.ts:968:32)
at Module._compile (C:\snapshot\build-env\node_modules\ts-node\src\index.ts:1056:42)
at Module._extensions..js (node:internal/modules/cjs/loader:1159:10)
at Object..ts (C:\snapshot\build-env\node_modules\ts-node\src\index.ts:1059:12)
at Module.load (node:internal/modules/cjs/loader:981:32)
at Function.Module._load (node:internal/modules/cjs/loader:822:12)
at Module.require (node:internal/modules/cjs/loader:1005:19)
[core] warn: no plugins are installed.