From 0d0690941a39914ee578216c69f960e9ab1cd4ed Mon Sep 17 00:00:00 2001 From: Philipp Rudloff Date: Thu, 11 Apr 2024 11:48:22 +0200 Subject: [PATCH] chore: install specific compatible netlify-cli version MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Install a specific netlify-cli version to address the following error during `make run`: ``` › Error: Netlify CLI has terminated unexpectedly ``` Signed-off-by: Philipp Rudloff --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 16a25aa75eae..caa0dd811985 100644 --- a/Makefile +++ b/Makefile @@ -11,7 +11,7 @@ ifndef RUBY_MATCH endif install-prerequisites: - npm install -g netlify-cli + npm install -g netlify-cli@16.5.1 # Installs npm packages and gems. install: ruby-version-check