diff README.txt @ 210:b04313038a0b

Changes for compatibility with recent versions of NodeJS. The pty.js module is replaced with node-pty, now-mandatory callbacks are added to various fs functions, and deprecated Buffer() calls are replaced with Buffer.from() or Buffer.alloc().
author John "Elwin" Edwards
date Sun, 25 Aug 2019 21:27:31 -0400
parents 2667aaad8e08
children
line wrap: on
line diff
--- a/README.txt	Tue Dec 26 13:23:55 2017 -0500
+++ b/README.txt	Sun Aug 25 21:27:31 2019 -0400
@@ -5,9 +5,9 @@
 
 Node
 ---
-RLGWebD currently works with Node v0.10.
+RLGWebD is currently being updated to work with Node v10.x.
 
-It requires the 'posix', 'pty.js', and 'websocket' modules.  Currently,
+It requires the 'posix', 'node-pty', and 'websocket' modules.  Currently,
 it expects them to be installed in "/var/local/lib/node_modules".  It
 is not recommended to run npm as root when installing the modules.