ethereumjs-vm : an ethereum VM implementation. You can installing ethereumjs-vm npm packages, there are two ways to install this module locally and globaly. -g option is specified to global. Execute the below command.
$ sudo npm install ethereumjs-vm $ sudo npm install -g ethereumjs-vm
If want to update the ethereumjs-vm package execute the command as below,
$ sudo npm update ethereumjs-vm
Update package globally,
$ npm install -g ethereumjs-vm
$ sudo git clone https://github.com/rektide/ethereumjs-vm.git
$ sudo npm install -g ./ethereumjs-vm
ethereumjs-vm@2.3.2 /usr/lib/node_modules/ethereumjs-vm
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall ethereumjs-vm
Package Name | ethereumjs-vm |
Version | 2.3.2 |
Description | an ethereum VM implementation |
Released Date | 2017-10-28T18:41:54.791Z |
Published by | holgerd77 |
How to Learn | https://www.npmjs.com/package/ethereumjs-vm/tutorial |