You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
docs: fix missing backtick in Windows setup commands
This fixes a documentation bug that caused Windows users to encounter shell syntax errors during local setup. The missing closing backtick in the echo command was interpreted as an unclosed command substitution, resulting in:
Error: unexpected EOF while looking for matching `'
Impact: All Windows users following the guide with npm, yarn, pnpm, bun, or deno would encounter this error.
Related issue: This may have affected users since the Windows-specific instructions were added.
0 commit comments