From 2ac55b01bee405c5ca719f4b52166399b9d6f48a Mon Sep 17 00:00:00 2001 From: pjmattingly Date: Fri, 22 Jul 2022 02:35:11 -0600 Subject: [PATCH] docs: Improve `CONTRIBUTING.md` --- CONTRIBUTING.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index efc5c2fb6..0bc3ec7e2 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -12,7 +12,9 @@ Welcome, and thanks in advance for your help! ## Setup -Once you've cloned forked repository, all is needed is to run `npm install` at its root folder +First, the preferred node version for development is v14; While v12 is supported on the client-side, developing in v12 can be unexpectdly tricky (see: [11250](https://github.com/serverless/serverless/pull/11250)). + +Then, to begin development fork repository and run `npm install` in its root folder. ## When you propose a new feature or bug fix