Piotr Walkiewicz
Piotr Walkiewicz
Thanks for submitting bug. Until now checking if scoop is installed has been relied on `scoop --version`. But this command returns error when scoop directory is not a git repository.
To enjoy fixed app, please run: ``` scoop update scoop update scoop-viewer ```
Steps to reproduce your problem: * set environment variable %SCOOP% only for scoop installation purposes (path under %SCOOP% variable must be different than default) * run scoop in another cmd...
1. Install uppy language packs from: https://github.com/transloadit/uppy/tree/master/packages/%40uppy/locales 2. Import `locale`: ``` declare var require: any; const Russian = require('@uppy/locales/lib/ru_RU') ``` 3. Pass selected `locale` to uppyConfig: ``` settings: UppyConfig =...