mirror of
https://github.com/rustdesk/doc.rustdesk.com.git
synced 2025-06-25 20:21:22 +02:00
Update _index.en.md
This commit is contained in:
parent
a488e27bff
commit
1c2b2fe5c6
@ -15,7 +15,12 @@ cd flutter/web/js
|
||||
npm install ts-proto
|
||||
# only works with vite<=2.8, see: https://github.com/vitejs/vite/blob/main/docs/guide/build.md#chunking-strategy
|
||||
npm install vite@2.8
|
||||
npm install --global yarn
|
||||
|
||||
# required for yarn build
|
||||
npm install yarn -g
|
||||
npm install typescript -g
|
||||
npm install protoc -g
|
||||
|
||||
yarn build
|
||||
|
||||
cd ..
|
||||
|
Loading…
x
Reference in New Issue
Block a user