From 1c2b2fe5c6ccb8cab2bdc725ada9ee2054c0f5cf Mon Sep 17 00:00:00 2001 From: JelleBuning <37436672+JelleBuning@users.noreply.github.com> Date: Thu, 6 Apr 2023 12:41:48 +0200 Subject: [PATCH] Update _index.en.md --- content/dev/build/web/_index.en.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/content/dev/build/web/_index.en.md b/content/dev/build/web/_index.en.md index 2a345e4..ae62e29 100644 --- a/content/dev/build/web/_index.en.md +++ b/content/dev/build/web/_index.en.md @@ -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 ..