Merge pull request #27 from resin-io/jviotti/docs/npm-force

Document the need of npm install --force
This commit is contained in:
Juan Cruz Viotti 2015-11-18 15:39:28 -04:00
commit 146256be28

View File

@ -8,6 +8,12 @@ Packaging
You need to install [wine](https://www.winehq.org) to package the application for Windows. You need to install [wine](https://www.winehq.org) to package the application for Windows.
Make sure you install npm dependencies with `--force` since there might be optional dependencies for an operating system not equal to the host that will not make it to the package otherwise:
```sh
npm install --force
```
Run the following command to package Herostratus: Run the following command to package Herostratus:
```sh ```sh