Skip to content

Commit 02198bc

Browse files
authored
Merge pull request Atyantik#1 from arlando/feature-update-readme
added Windows prerequisite
2 parents c4cbf11 + d795520 commit 02198bc

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

README.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,13 @@ sudo npm i -g node-gyp
3333
As node-gyp is dependent on "python" you might face Python PATH errors, please visit the original repo for more installation instructions and solve problems
3434
[NODE GYP - https://github.com/nodejs/node-gyp](https://github.com/nodejs/node-gyp)
3535

36+
#### Windows
37+
Installing on Windows requires the `windows-build-tools`. Open a new terminal as an Administrator and run the following commands:
38+
39+
`npm install --global --production windows-build-tools`
40+
41+
`npm config set msvs_version 2015 --global`
42+
3643
### Quick start
3744

3845
- Clone this repo using: `git clone --depth=1 https://github.com/Atyantik/react-pwa.git`
@@ -177,4 +184,4 @@ Thanks to Browser stack we are able to test the PWA nature of application on var
177184
[![Browser Stack](https://www.atyantik.com/wp-content/uploads/2017/10/Browser-Stack-Logo.png)](https://www.browserstack.com)
178185

179186
### License
180-
This project is licensed under the MIT license, Copyright (c) 2017 Atyantik Technologies Private Limited. For more information see LICENSE.md.
187+
This project is licensed under the MIT license, Copyright (c) 2017 Atyantik Technologies Private Limited. For more information see LICENSE.md.

0 commit comments

Comments
 (0)