I checked out grid project and tried to run npm install and got
S C:\Dev\grid\svelte> npm install
npm error code ERESOLVE
npm error ERESOLVE could not resolve
npm error
npm error While resolving: @vitest/coverage-v8@1.6.0
npm error Found: vitest@1.5.0
npm error node_modules/vitest
npm error dev vitest@"1.5.0" from the root project
npm error peerOptional vitest@"*" from eslint-plugin-vitest@0.5.4
npm error node_modules/eslint-plugin-vitest
npm error dev eslint-plugin-vitest@"0.5.4" from the root project
npm error
npm error Could not resolve dependency:
npm error peer vitest@"1.6.0" from @vitest/coverage-v8@1.6.0
npm error node_modules/@vitest/coverage-v8
npm error dev @vitest/coverage-v8@"1.6.0" from the root project
npm error
npm error Conflicting peer dependency: vitest@1.6.0
npm error node_modules/vitest
npm error peer vitest@"1.6.0" from @vitest/coverage-v8@1.6.0
npm error node_modules/@vitest/coverage-v8
npm error dev @vitest/coverage-v8@"1.6.0" from the root project
npm error
npm error Fix the upstream dependency conflict, or retry
npm error this command with --force or --legacy-peer-deps
npm error to accept an incorrect (and potentially broken) dependency resolution.
npm error
npm error
tried --force
`PS C:\Dev\grid\svelte> npm install --force
npm warn using --force Recommended protections disabled.
npm warn ERESOLVE overriding peer dependency
npm warn While resolving: @vitest/coverage-v8@1.6.0
npm warn Found: vitest@1.5.0
npm warn node_modules/vitest
npm warn dev vitest@"1.5.0" from the root project
npm warn 1 more (eslint-plugin-vitest)
npm warn
npm warn Could not resolve dependency:
npm warn peer vitest@"1.6.0" from @vitest/coverage-v8@1.6.0
npm warn node_modules/@vitest/coverage-v8
npm warn dev @vitest/coverage-v8@"1.6.0" from the root project
npm warn
npm warn Conflicting peer dependency: vitest@1.6.0
npm warn node_modules/vitest
npm warn peer vitest@"1.6.0" from @vitest/coverage-v8@1.6.0
npm warn node_modules/@vitest/coverage-v8
npm warn dev @vitest/coverage-v8@"1.6.0" from the root project
npm warn ERESOLVE overriding peer dependency
npm warn ERESOLVE overriding peer dependency
npm warn While resolving: vite-plugin-conditional-compile@1.4.5
npm warn Found: vite@5.4.10
npm warn node_modules/vite
npm warn dev vite@"5.4.10" from the root project
npm warn 5 more (@sveltejs/vite-plugin-svelte, vite-plugin-dts, vitest, ...)
npm warn
npm warn Could not resolve dependency:
npm warn peer vite@"4.5.0" from vite-plugin-conditional-compile@1.4.5
npm warn node_modules/vite-plugin-conditional-compile
npm warn dev vite-plugin-conditional-compile@"1.4.5" from the root project
npm warn
npm warn Conflicting peer dependency: vite@4.5.9
npm warn node_modules/vite
npm warn peer vite@"4.5.0" from vite-plugin-conditional-compile@1.4.5
npm warn node_modules/vite-plugin-conditional-compile
npm warn dev vite-plugin-conditional-compile@"1.4.5" from the root project
prepare
husky
husky is not recognized as an internal or external command,
operable program or batch file.
npm error code 1
npm error path C:\Dev\grid
npm error command failed
npm error command C:\WINDOWS\system32\cmd.exe /d /s /c husky
npm error A complete log of this run can be found in: C:\Users\kane8\AppData\Local\npm-cache_logs\2025-03-22T09_25_59_745Z-debug-0.log`