John "Elwin" Edwards
f2256500e1
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().
2019-08-25 21:27:31 -04:00
John "Elwin" Edwards
4940bf86ae
Move the NODE_PATH location.
...
Modules are now expected to be in /var/local/lib/node_modules. This is
intended to make it easier to avoid running npm as root.
2017-12-26 13:23:55 -05:00
John "Elwin" Edwards
ba487995e0
Some fixes to the documentation.
2016-02-01 21:20:12 -05:00
John "Elwin" Edwards
48e068778e
Update the documentation.
2016-01-14 21:31:23 -05:00
John "Elwin" Edwards
6872cd6ae1
Update the documentation.
2015-01-14 15:32:21 -05:00
John "Elwin" Edwards
0c75cdca4a
Mostly finish README.txt.
2014-03-09 16:15:42 -07:00
John "Elwin" Edwards
2708beece7
Add a README though it's still incomplete.
2014-01-01 14:11:40 -05:00