Skip to content

Commit

Permalink
Update readme for local dev
Browse files Browse the repository at this point in the history
  • Loading branch information
Workshop2 committed Aug 27, 2022
1 parent 1434ee5 commit 650f261
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,13 @@ npm install
```

### Windows
#### Alt
```powershell
choco install python2 visualcpp-build-tools -y
npm config set msvs_version 2017
```

#### Probably broken:
You will probably need to run this to ensure python 2.7 and VS Build tools are installed and working
`npm install --global --production windows-build-tools`
_(if that fails, use `npm install --global --production [email protected]` )_
Expand Down

0 comments on commit 650f261

Please sign in to comment.