fs-access : Node.js 0.12 fs.access() & fs.accessSync() ponyfill. You can installing fs-access 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-access $ sudo npm install -g fs-access
If want to update the fs-access package execute the command as below,
$ sudo npm update fs-access
Update package globally,
$ npm install -g fs-access
$ sudo git clone https://github.com/rektide/fs-access.git
$ sudo npm install -g ./fs-access
fs-access@1.0.1 /usr/lib/node_modules/fs-access
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall fs-access
Package Name | fs-access |
Version | 1.0.1 |
Description | Node.js 0.12 fs.access() & fs.accessSync() ponyfill |
Released Date | 2016-09-30T07:55:46.261Z |
Published by | sindresorhus |
How to Learn | https://www.npmjs.com/package/fs-access/tutorial |