fs.realpath : Use nodes fs.realpath, but fall back to the JS implementation if the native one fails. You can installing fs.realpath 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 fs.realpath $ sudo npm install -g fs.realpath
If want to update the fs.realpath package execute the command as below,
$ sudo npm update fs.realpath
Update package globally,
$ npm install -g fs.realpath
$ sudo git clone https://github.com/rektide/fs.realpath.git
$ sudo npm install -g ./fs.realpath
fs.realpath@1.0.0 /usr/lib/node_modules/fs.realpath
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall fs.realpath
Package Name | fs.realpath |
Version | 1.0.0 |
Description | Use nodes fs.realpath, but fall back to the JS implementation if the native one fails |
Released Date | 2016-06-15T18:39:05.978Z |
Published by | isaacs |
How to Learn | https://www.npmjs.com/package/fs.realpath/tutorial |