[WIP] Windows Compatibility Fix#85
Draft
udit-001 wants to merge 3 commits into
Draft
Conversation
Owner
|
@udit-001 Thanks for creating the PR! |
Author
|
Yes right now only viewing of conversations work, but if you try to start a chat, or continue old chat, it doesn't work, I'll finish that off and update you |
f7388a1 to
8dbfa75
Compare
Owner
|
Okay, thank you! I'll be in touch! |
aollivierre
added a commit
to aollivierre/claude-code-viewer
that referenced
this pull request
Apr 20, 2026
Unofficial community guide for running @kimuson/claude-code-viewer on Windows until upstream PRs d-kimuson#201 (migrations path) and d-kimuson#85 (CLI spawn) are merged and released. Covers Node 24 user-space install, patched fork build, and a single-file VBS launcher dropped in the user Startup folder. Not part of the upstream project — lives on this fork's main so fresh machines can clone + follow. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Possible fix for #59 :
.env.localpath invite.config.ts..env.local.sampleto includeNODE_ENV, since the currentpackage.jsonlogic for settingNODE_ENVdoes not work on Windows.package.jsonscript. BecauseNODE_ENVis critical, I recommend switching from--env-file-if-existsto--env-fileso the server fails fast if the file is missing. I can update this if we agree, or adjust the instructions instead.package.jsonsince they break on Windows. Verified the server runs correctly without them on Linux (Fedora) as well.runInShell(true)to correctly resolve executables on the PATH and handle.cmd/.exewrappers, whereas the previous version failed to execute reliably across platforms.Todo:
Need to make fix so we can start the chat from within the viewer