mirror of
https://github.com/cmclark00/retro-imager.git
synced 2025-05-19 08:25:21 +01:00
92 lines
2.3 KiB
Handlebars
92 lines
2.3 KiB
Handlebars
|
mountutils
|
||
|
==========
|
||
|
|
||
|
[](https://npmjs.com/package/mountutils)
|
||
|
[](https://npmjs.com/package/mountutils)
|
||
|
[](https://npmjs.com/package/mountutils)
|
||
|
[](https://travis-ci.org/resin-io-modules/mountutils/branches)
|
||
|
[](https://ci.appveyor.com/project/resin-io/mountutils/branch/master)
|
||
|
|
||
|
> Cross platform mount related utilities
|
||
|
|
||
|
Installation
|
||
|
------------
|
||
|
|
||
|
Install `mountutils` by running:
|
||
|
|
||
|
```sh
|
||
|
$ npm install --save mountutils
|
||
|
```
|
||
|
|
||
|
Debug mode
|
||
|
----------
|
||
|
|
||
|
You can enable debug mode by setting the `MOUNTUTILS_DEBUG` environment
|
||
|
variable.
|
||
|
|
||
|
Documentation
|
||
|
-------------
|
||
|
|
||
|
{{#module name="mountutils"}}
|
||
|
{{>body~}}
|
||
|
{{>member-index~}}
|
||
|
{{>separator~}}
|
||
|
{{>members~}}
|
||
|
{{/module}}
|
||
|
|
||
|
Support
|
||
|
-------
|
||
|
|
||
|
If you're having any problem, please [raise an issue][newissue] on GitHub and
|
||
|
the Resin.io team will be happy to help.
|
||
|
|
||
|
Tests
|
||
|
-----
|
||
|
|
||
|
Run the test suite by doing:
|
||
|
|
||
|
```sh
|
||
|
$ npm test
|
||
|
```
|
||
|
|
||
|
Troubleshooting
|
||
|
---------------
|
||
|
|
||
|
### `error C2373: '__pfnDliNotifyHook2': redefinition`
|
||
|
|
||
|
This error indicates that the version of npm you're running is too old. Upgrade
|
||
|
by running:
|
||
|
|
||
|
```sh
|
||
|
npm install -g npm@latest
|
||
|
```
|
||
|
|
||
|
See the [following `node-gyp` issue](https://github.com/nodejs/node-gyp/issues/972) for more details.
|
||
|
|
||
|
Contribute
|
||
|
----------
|
||
|
|
||
|
- Issue Tracker: [github.com/resin-io-modules/mountutils/issues][issues]
|
||
|
- Source Code: [github.com/resin-io-modules/mountutils][source]
|
||
|
|
||
|
### Dependencies
|
||
|
|
||
|
- [cpplint][cpplint]
|
||
|
|
||
|
Before submitting a PR, please make sure that you include tests, and that
|
||
|
linters run without any warning:
|
||
|
|
||
|
```sh
|
||
|
$ npm run lint
|
||
|
```
|
||
|
|
||
|
License
|
||
|
-------
|
||
|
|
||
|
The project is licensed under the Apache 2.0 license.
|
||
|
|
||
|
[issues]: https://github.com/resin-io-modules/mountutils/issues
|
||
|
[newissue]: https://github.com/resin-io-modules/mountutils/issues/new
|
||
|
[source]: https://github.com/resin-io-modules/mountutils
|
||
|
[cpplint]: https://github.com/cpplint/cpplint
|