I want to yum install xrpl
to sign transactions via the xrpl.js library on a cPanel WHM VPS and have made it through How to install a Node.js Application enough that all four ea-*** RPMs, including ea-nodejs10
v10.24.1, have been installed. However, xrpl.js recommends node.js v14 while also supporting v12 & v16.
Further, package-lock.json
must be installed prior to xrpl.js
- yet even though WHM Edit Package shows package-lock.json
added:
yum install package-lock.json
throws "No package package-lock.json available." Although repeating yum install ea-nodejs10
returns "Package already installed."
So I would appreciate advice on how to install node.js v14
and package-lock.json
on this system thanks.