From 24b84968568e8bd3485e075e9b6beac4f21191e9 Mon Sep 17 00:00:00 2001 From: Zakher Masri <46135573+zaaakher@users.noreply.github.com> Date: Wed, 20 Dec 2023 23:56:43 +0300 Subject: [PATCH] Added callout about node version --- .github/CONTRIBUTING.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/CONTRIBUTING.md b/.github/CONTRIBUTING.md index ea9b0c435..4f99a10f5 100644 --- a/.github/CONTRIBUTING.md +++ b/.github/CONTRIBUTING.md @@ -29,6 +29,9 @@ For any new features it's important to follow this checklist: The documentation is generated using [gatspy](https://github.com/gatsbyjs/gatsby). All the content of the docs lives inside `/packages/embla-carousel-docs`. +> [!IMPORTANT] +> Make sure your node version is equal to the one in [.nvmrc](https://github.com/davidjerleke/embla-carousel/blob/master/.nvmrc). You can use [`nvm`](https://github.com/nvm-sh/nvm) to easily install different node versions and switch between them with ease. + To develop the docs locally follow these steps: - Run `yarn install`in the root directory to install dependencies