Loading
Add install_args setting to lektor-npm-support
due to peer dependency conflicts, donate-static requires `npm install` to be run with `--force`, or the build fails. by adding the `install_args` option, we can re-enable npm-support for donate-static. context: donate-static#91