diff --git a/sdk/typescript/examples/plain-html/README.md b/sdk/typescript/examples/plain-html/README.md index 4cc2c16e8e..91892da205 100644 --- a/sdk/typescript/examples/plain-html/README.md +++ b/sdk/typescript/examples/plain-html/README.md @@ -9,7 +9,7 @@ You can use this example as a seed for a new project. Try out the chat app by running: ``` -npm install +npm install --legacy-peer-deps npm start ``` diff --git a/sdk/typescript/examples/react-webpack-with-theme-example/README.md b/sdk/typescript/examples/react-webpack-with-theme-example/README.md index 9a773a9e0f..17ee5a9016 100644 --- a/sdk/typescript/examples/react-webpack-with-theme-example/README.md +++ b/sdk/typescript/examples/react-webpack-with-theme-example/README.md @@ -15,7 +15,7 @@ You can use this example as a seed for a new project, and it uses: Try out the chat app by running: ``` -npm install +npm install --legacy-peer-deps npm start ```