diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index ef2c39d2..0e271f66 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -83,6 +83,10 @@ nvm i # Install or use Node.js version pnpm i # Install dependencies ``` +> [!TIP] +> +> If you encounter issues with the `node-pty` installation, please ensure you have installed the required build dependencies (listed on the [node-pty GitHub page](https://github.com/microsoft/node-pty?tab=readme-ov-file#dependencies)) before retrying the installation command. + ### Building Build the source code with: diff --git a/README.md b/README.md index 8f6c9d6c..667428a6 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ tsx

TypeScript Execute (tsx): The easiest way to run TypeScript in Node.js

-Documentation    |    Getting started → +Documentation    |    Contribution guide    |    Getting started →