bash-lsp / bash-language-server

A language server for Bash
MIT License
2.16k stars 125 forks source link

pnpm compile failed #1164

Closed adoyle-h closed 6 months ago

adoyle-h commented 6 months ago

Code editor

No response

Platform

MacOS

Version

No response

What steps will reproduce the bug?

  1. git clone https://github.com/bash-lsp/bash-language-server.git
  2. cd bash-language-server
  3. pnpm install
  4. pnpm compile

How often does it reproduce? Is there a required condition?

No response

What is the expected behavior?

No response

What do you see instead?

CleanShot 2024-05-15 at 21 28 46@2x

Additional information

node version: v22.1.0 pnpm version: 9.1.1

adoyle-h commented 6 months ago

Clean all node_modules folders and redo pnpm install. It get fixed.