From 50434ea31b81463c54adea579f6a4b3b73d61e46 Mon Sep 17 00:00:00 2001 From: canove Date: Sat, 10 Jul 2021 08:57:18 -0300 Subject: [PATCH] chore: update README --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index deb8135..c57e6b5 100644 --- a/README.md +++ b/README.md @@ -6,6 +6,8 @@ # WhaTicket +**NOTE**: The new version of whatsapp-web.js required Node 14. Upgrade your installations to keep using it. + A _very simple_ Ticket System based on WhatsApp messages. Backend uses [whatsapp-web.js](https://github.com/pedroslopez/whatsapp-web.js) to receive and send WhatsApp messages, create tickets from them and store all in a MySQL database. @@ -147,7 +149,7 @@ sudo apt update && sudo apt upgrade Install node and confirm node command is available: ```bash -curl -sL https://deb.nodesource.com/setup_12.x | sudo -E bash - +curl -fsSL https://deb.nodesource.com/setup_14.x | sudo -E bash - sudo apt-get install -y nodejs node -v npm -v