jsdom-global : Enable DOM in Node.js. You can installing jsdom-global 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 jsdom-global $ sudo npm install -g jsdom-global
If want to update the jsdom-global package execute the command as below,
$ sudo npm update jsdom-global
Update package globally,
$ npm install -g jsdom-global
$ sudo git clone https://github.com/rektide/jsdom-global.git
$ sudo npm install -g ./jsdom-global
jsdom-global@3.0.2 /usr/lib/node_modules/jsdom-global
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall jsdom-global
Package Name | jsdom-global |
Version | 3.0.2 |
Description | Enable DOM in Node.js |
Released Date | 2017-05-08T09:48:40.567Z |
Published by | rstacruz |
How to Learn | https://www.npmjs.com/package/jsdom-global/tutorial |