number-is-nan : ES2015 Number.isNaN() ponyfill. You can installing number-is-nan 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 number-is-nan $ sudo npm install -g number-is-nan
If want to update the number-is-nan package execute the command as below,
$ sudo npm update number-is-nan
Update package globally,
$ npm install -g number-is-nan
$ sudo git clone https://github.com/rektide/number-is-nan.git
$ sudo npm install -g ./number-is-nan
number-is-nan@1.0.1 /usr/lib/node_modules/number-is-nan
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall number-is-nan
Package Name | number-is-nan |
Version | 1.0.1 |
Description | ES2015 Number.isNaN() ponyfill |
Released Date | 2016-09-30T05:11:53.609Z |
Published by | sindresorhus |
How to Learn | https://www.npmjs.com/package/number-is-nan/tutorial |