Skip to content

docs: replace deprecated yarn global examples#1798

Closed
SSDWGG wants to merge 8 commits into
marcoroth:mainfrom
SSDWGG:docs-replace-yarn-global-1312
Closed

docs: replace deprecated yarn global examples#1798
SSDWGG wants to merge 8 commits into
marcoroth:mainfrom
SSDWGG:docs-replace-yarn-global-1312

Conversation

@SSDWGG

@SSDWGG SSDWGG commented Jun 13, 2026

Copy link
Copy Markdown

Summary

  • replace deprecated yarn global add examples with yarn dlx commands
  • update language-server, formatter, linter, and editor integration docs

Fixes #1312

@github-actions github-actions Bot added documentation Improvements or additions to documentation linter formatter language-server labels Jun 13, 2026

@chatgpt-codex-connector chatgpt-codex-connector Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: 330746fd78

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".


```bash [yarn]
yarn global add @herb-tools/language-server
yarn dlx @herb-tools/language-server --stdio

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P2 Badge Preserve a real Yarn install step

When a Yarn user follows this editor setup, this command starts the language server once instead of installing herb-language-server onto PATH: Yarn's dlx docs describe it as running a package in a temporary environment. The subsequent instructions on this page and the editor-specific pages still run or configure herb-language-server --stdio, so they fail in a fresh shell for Yarn-only users; either keep an actual installation path or update the editor commands to invoke Yarn each time.

Useful? React with 👍 / 👎.

@marcoroth marcoroth closed this Jun 22, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

documentation Improvements or additions to documentation formatter language-server linter

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Docs: Deprecated yarn global

2 participants