ethers-meow icon indicating copy to clipboard operation
ethers-meow copied to clipboard

How to run javascript in command line interface?

Open minou30 opened this issue 7 years ago • 1 comments

What is required to invoke meow.js from the command line? Must node.js be installed on the server? Thanks

minou30 avatar Dec 31 '17 16:12 minou30

You need node.js, which includes npm. Then you can simply use sudo npm install -g ethers-meow, which installs the meow CLI to your system's bin directory.

ricmoo avatar Dec 31 '17 18:12 ricmoo