diff --git a/documentation/docs/get-started/api-server-get-started/installation.md b/documentation/docs/get-started/api-server-get-started/installation.md index 7658f7d7..25f99bb0 100644 --- a/documentation/docs/get-started/api-server-get-started/installation.md +++ b/documentation/docs/get-started/api-server-get-started/installation.md @@ -11,6 +11,10 @@ sidebar_position: 1 - [pnpm](https://pnpm.io/) version 8.14.1 - [yarn](https://yarnpkg.com/) version 1.22.22 +:::warning +**Notice**: You should install the pnpm package manager globally on your machine by using the npm package manager. You can install pnpm by running the following command: `npm install -g pnpm@8.14.1`. Using [Corepack](https://nodejs.org/api/corepack.html) to install pnpm that will have some conflicts with the project dependencies that are using yarn package manager to install and build. +::: + This project has been tested and optimized for Node.js version v20.12.2 and pnpm version 8.14.1. Please note that using a Node.js version later than v20.12.2 may result incorrect functionality and potential bugs. It is strongly recommended to use these specific versions for running and testing the project. Deviating from these versions may result in unforeseen compatibility issues or unexpected behavior. ## Clone vckit from github diff --git a/documentation/docs/get-started/cli-get-started/installation.md b/documentation/docs/get-started/cli-get-started/installation.md index f85769c2..4615c470 100644 --- a/documentation/docs/get-started/cli-get-started/installation.md +++ b/documentation/docs/get-started/cli-get-started/installation.md @@ -11,6 +11,10 @@ sidebar_position: 1 - [pnpm](https://pnpm.io/) version 8.14.1 - [yarn](https://yarnpkg.com/) version 1.22.22 +:::warning +**Notice**: You should install the pnpm package manager globally on your machine by using the npm package manager. You can install pnpm by running the following command: `npm install -g pnpm@8.14.1`. Using [Corepack](https://nodejs.org/api/corepack.html) to install pnpm that will have some conflicts with the project dependencies that are using yarn package manager to install and build. +::: + This project has been tested and optimized for Node.js version v20.12.2 and pnpm version 8.14.1. Please note that using a Node.js version later than v20.12.2 may result incorrect functionality and potential bugs. It is strongly recommended to use these specific versions for running and testing the project. Deviating from these versions may result in unforeseen compatibility issues or unexpected behavior. ## Instal VCKit CLI diff --git a/documentation/docs/get-started/demo-explorer-get-started/installation.md b/documentation/docs/get-started/demo-explorer-get-started/installation.md index 6884234b..a4d6261f 100644 --- a/documentation/docs/get-started/demo-explorer-get-started/installation.md +++ b/documentation/docs/get-started/demo-explorer-get-started/installation.md @@ -13,6 +13,10 @@ sidebar_position: 1 - [yarn](https://yarnpkg.com/) version 1.22.22 - Make sure you have the API server started on local. See how to do it [here](/docs/get-started/api-server-get-started/installation). +:::warning +**Notice**: You should install the pnpm package manager globally on your machine by using the npm package manager. You can install pnpm by running the following command: `npm install -g pnpm@8.14.1`. Using [Corepack](https://nodejs.org/api/corepack.html) to install pnpm that will have some conflicts with the project dependencies that are using yarn package manager to install and build. +::: + This project has been tested and optimized for Node.js version v20.12.2 and pnpm version 8.14.1. Please note that using a Node.js version later than v20.12.2 may result incorrect functionality and potential bugs. It is strongly recommended to use these specific versions for running and testing the project. Deviating from these versions may result in unforeseen compatibility issues or unexpected behavior. ## Install dependencies diff --git a/documentation/docs/get-started/library-get-started/installation.md b/documentation/docs/get-started/library-get-started/installation.md index 3f18a127..4bb23747 100644 --- a/documentation/docs/get-started/library-get-started/installation.md +++ b/documentation/docs/get-started/library-get-started/installation.md @@ -17,6 +17,10 @@ You can find the complete source code of this tutorial [here](#) - [pnpm](https://pnpm.io/) version 8.14.1 - [yarn](https://yarnpkg.com/) version 1.22.22 +:::warning +**Notice**: You should install the pnpm package manager globally on your machine by using the npm package manager. You can install pnpm by running the following command: `npm install -g pnpm@8.14.1`. Using [Corepack](https://nodejs.org/api/corepack.html) to install pnpm that will have some conflicts with the project dependencies that are using yarn package manager to install and build. +::: + This project has been tested and optimized for Node.js version v20.12.2 and pnpm version 8.14.1. Please note that using a Node.js version later than v20.12.2 may result incorrect functionality and potential bugs. It is strongly recommended to use these specific versions for running and testing the project. Deviating from these versions may result in unforeseen compatibility issues or unexpected behavior. ## Create a new project