From cf9798ccc015145e1443ba2bb04a25b4e37276a5 Mon Sep 17 00:00:00 2001 From: Jeremy Bunting Date: Thu, 5 Apr 2018 15:36:12 -0700 Subject: [PATCH] Update README.md to include min versions of Node Discussed here: https://github.com/bigcommerce/stencil-cli/issues/374#issuecomment-379076792 --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 79c1aa44..f321af72 100644 --- a/README.md +++ b/README.md @@ -6,6 +6,7 @@ The BigCommerce server emulator for local theme development. ## Install +_Note: Stencil requires the Node.js runtime environment, version 4.x through 7.x._ Run `npm install -g @bigcommerce/stencil-cli`.