Skip to content

Commit

Permalink
chore: install specific compatible netlify-cli version
Browse files Browse the repository at this point in the history
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 <[email protected]>
  • Loading branch information
Philipp Rudloff authored and fabianrbz committed Apr 11, 2024
1 parent 2a45b36 commit 0d06909
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 0d06909

Please sign in to comment.