Closed porisius closed 1 year ago
Well, this is going to be interesting... I can try to retreat to an earlier version...
$ pnpm -v 8.6.2
$ pnpm install --frozen-lockfile ERR_PNPM_FROZEN_LOCKFILE_WITH_OUTDATED_LOCKFILE Cannot perform a frozen installation because the version of the lockfile is incompatible with this version of pnpm
Try either:
More details in the Modding Discord under the Dedicated Servers thread in #smr-dev
Refined Power: Full compliment
ArduinoKit: Client Only
DiscIT: Linux Server Only
@Vilsol is attempting to deploy a commit to the satisfactorymodding Team on Vercel.
A member of the Team first needs to authorize it.
The latest updates on your projects. Learn more about Vercel for Git ↗︎
Name | Status | Preview | Comments | Updated (UTC) |
---|---|---|---|---|
smr-frontend | ❌ Failed (Inspect) | Oct 19, 2023 7:52pm |
Need a code review for the follow two hints/issues.
Any implicit for two variables:
Loading svelte-check in workspace: a:\smr-frontend Getting Svelte diagnostics...
a:\smr-frontend\src\lib\components\mods\ModLatestVersions.svelte:21:24 Hint: Parameter 'targets' implicitly has an 'any' type, but a better type may be inferred from usage. (ts)
function checkTarget(targets, selectedTarget: string) { let found = false
a:\smr-frontend\src\lib\components\mods\ModLatestVersions.svelte:24:24 Hint: Parameter 'target' implicitly has an 'any' type, but a better type may be inferred from usage. (ts) if (targets.length != 0){ //support for pre-dedi targets.forEach((target) => { if (target.targetName === selectedTarget) {
====================================
Second, Datatable formatting: (see picture)