Skip to content
This repository has been archived by the owner on Aug 15, 2022. It is now read-only.

Commit

Permalink
docs: add fix for bug when developing
Browse files Browse the repository at this point in the history
  • Loading branch information
under-ctrl committed Feb 25, 2020
1 parent bee4651 commit 6e554d5
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,12 @@ A VPN or proxy client for Windows, based [Outline-client](https://github.com/Jig

Runs the app in the development mode.<br />The page will restart if you make edits.<br />

**Note**:

**!!!Known bug**: If you have connected Shadowsocks-global when developing, you may receive the error message "[!] (plugin copy) Error: EPERM: operation not permitted, unlink '**\shadowsocks-global\electron-build\ShadowsocksGlobalService.exe" since the ShadowsocksGlobalService.exe has been started as a service.

**Fix:** Run `net stop ShadowsocksGlobalService` from the command line(**Administrator**).


### `yarn build`

Expand Down

0 comments on commit 6e554d5

Please sign in to comment.