From b4b97fc4e598606d3c8aaebab0f50d0a70f552bc Mon Sep 17 00:00:00 2001 From: im-effect Date: Thu, 10 Apr 2025 17:03:14 +1200 Subject: [PATCH] Added info message/hint if you have problems building (like i did) --- contributing/umbraco-cms/contributing.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/contributing/umbraco-cms/contributing.md b/contributing/umbraco-cms/contributing.md index 53776df8bc8..a6a6626746d 100644 --- a/contributing/umbraco-cms/contributing.md +++ b/contributing/umbraco-cms/contributing.md @@ -57,6 +57,10 @@ The following steps are a quick-start guide: Want to read further? [Creating a pull request and what happens next](creating-a-pr/). +{% hint style="info" %} +If you encounter errors while building the project, make sure you're using the latest supported versions of Node.js and npm. +{% endhint %} + ## Further contribution guides * [Before you start](before-you-start.md)