mirror of
https://github.com/balena-io/etcher.git
synced 2025-07-23 03:06:38 +00:00
Merge pull request #27 from resin-io/jviotti/docs/npm-force
Document the need of npm install --force
This commit is contained in:
commit
146256be28
@ -8,6 +8,12 @@ Packaging
|
||||
|
||||
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:
|
||||
|
||||
```sh
|
||||
|
Loading…
x
Reference in New Issue
Block a user