mirror of
https://github.com/mattn/vim-lsp-settings.git
synced 2025-12-12 20:35:54 +01:00
Workaround for build error due to "Unsupported Platform" in fsevents
This commit is contained in:
@@ -3,6 +3,7 @@
|
||||
git clone "https://github.com/microsoft/vscode-eslint" .
|
||||
git checkout release/2.0.15
|
||||
call npm install
|
||||
call npm --prefix ./server install ./server
|
||||
call npm run compile:server
|
||||
|
||||
echo @echo off ^
|
||||
|
||||
@@ -3,6 +3,7 @@
|
||||
git clone "https://github.com/microsoft/vscode-eslint" .
|
||||
git checkout release/2.0.15
|
||||
npm install
|
||||
npm --prefix ./server install ./server
|
||||
npm run compile:server
|
||||
|
||||
cat <<EOF >eslint-language-server
|
||||
|
||||
Reference in New Issue
Block a user