Last active
July 10, 2018 06:49
-
-
Save Raymans/b8ac14fa942dd6d9dcebc63ea92081ed to your computer and use it in GitHub Desktop.
Revisions
-
Raymans revised this gist
Jul 10, 2018 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -10,4 +10,4 @@ So upgrade firstly and see work or not (from 1.1.0 to 1.16 for me) 1. install windows-build-tools `npm install --global --production windows-build-tools` 1. set python path `npm config set python C:/Users/{user}/.windows-build-tools/python27/python.exe` -
Raymans revised this gist
Jul 10, 2018 . 1 changed file with 2 additions and 0 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1,5 +1,7 @@ if gyp error happened, try below steps to fix the problem. install Node.js 9.11.2, if not working then: 1. firstly make sure nvm-windows version, 1.1.0 is not supported to retrieve node version list which new version nvm-windows will get from [node offical](https://nodejs.org/en/download/releases/). So upgrade firstly and see work or not (from 1.1.0 to 1.16 for me) -
Raymans revised this gist
Jul 10, 2018 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -3,7 +3,7 @@ if gyp error happened, try below steps to fix the problem. 1. firstly make sure nvm-windows version, 1.1.0 is not supported to retrieve node version list which new version nvm-windows will get from [node offical](https://nodejs.org/en/download/releases/). So upgrade firstly and see work or not (from 1.1.0 to 1.16 for me) 1. `npm install node-gyp`(https://github.com/nodejs/node-gyp#installation) 1. install windows-build-tools `npm install --global --production windows-build-tools` -
Raymans revised this gist
Jul 10, 2018 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -3,7 +3,7 @@ if gyp error happened, try below steps to fix the problem. 1. firstly make sure nvm-windows version, 1.1.0 is not supported to retrieve node version list which new version nvm-windows will get from [node offical](https://nodejs.org/en/download/releases/). So upgrade firstly and see work or not (from 1.1.0 to 1.16 for me) 1. npm install [node-gyp](https://github.com/nodejs/node-gyp#installation) 1. install windows-build-tools `npm install --global --production windows-build-tools` -
Raymans revised this gist
May 31, 2018 . 1 changed file with 0 additions and 3 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -9,6 +9,3 @@ So upgrade firstly and see work or not (from 1.1.0 to 1.16 for me) 1. set python path `npm config set python C:/Users/\_\_user\_\_/.windows-build-tools/python27/python.exe` -
Raymans revised this gist
May 31, 2018 . 1 changed file with 4 additions and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -8,4 +8,7 @@ So upgrade firstly and see work or not (from 1.1.0 to 1.16 for me) 1. install windows-build-tools `npm install --global --production windows-build-tools` 1. set python path `npm config set python C:/Users/\_\_user\_\_/.windows-build-tools/python27/python.exe` `<addr>` element here instead. -
Raymans revised this gist
May 31, 2018 . 1 changed file with 1 addition and 3 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -5,9 +5,7 @@ So upgrade firstly and see work or not (from 1.1.0 to 1.16 for me) 1. install [node-gyp](https://github.com/nodejs/node-gyp#installation) 1. install windows-build-tools `npm install --global --production windows-build-tools` 1. set python path `npm config set python C:/Users/\_\_user\_\_/.windows-build-tools/python27/python.exe` -
Raymans revised this gist
May 31, 2018 . 1 changed file with 1 addition and 0 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -6,6 +6,7 @@ So upgrade firstly and see work or not (from 1.1.0 to 1.16 for me) 1. install [node-gyp](https://github.com/nodejs/node-gyp#installation) 1. install windows-build-tools ```npm install --global --production windows-build-tools``` 1. set python path -
Raymans revised this gist
May 31, 2018 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -9,4 +9,4 @@ So upgrade firstly and see work or not (from 1.1.0 to 1.16 for me) ```npm install --global --production windows-build-tools``` 1. set python path `npm config set python C:/Users/\_\_user\_\_/.windows-build-tools/python27/python.exe` -
Raymans revised this gist
May 31, 2018 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -3,7 +3,7 @@ if gyp error happened, try below steps to fix the problem. 1. firstly make sure nvm-windows version, 1.1.0 is not supported to retrieve node version list which new version nvm-windows will get from [node offical](https://nodejs.org/en/download/releases/). So upgrade firstly and see work or not (from 1.1.0 to 1.16 for me) 1. install [node-gyp](https://github.com/nodejs/node-gyp#installation) 1. install windows-build-tools ```npm install --global --production windows-build-tools``` -
Raymans revised this gist
May 31, 2018 . No changes.There are no files selected for viewing
-
Raymans revised this gist
May 31, 2018 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -9,4 +9,4 @@ So upgrade firstly and see work or not (from 1.1.0 to 1.16 for me) ```npm install --global --production windows-build-tools``` 1. set python path npm config set python C:/Users/\_\_user\_\_/.windows-build-tools/python27/python.exe -
Raymans revised this gist
May 31, 2018 . 1 changed file with 1 addition and 4 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -9,7 +9,4 @@ So upgrade firstly and see work or not (from 1.1.0 to 1.16 for me) ```npm install --global --production windows-build-tools``` 1. set python path npm config set python C:/Users/\__user\__/.windows-build-tools/python27/python.exe -
Raymans revised this gist
May 31, 2018 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -3,7 +3,7 @@ if gyp error happened, try below steps to fix the problem. 1. firstly make sure nvm-windows version, 1.1.0 is not supported to retrieve node version list which new version nvm-windows will get from [node offical](https://nodejs.org/en/download/releases/). So upgrade firstly and see work or not (from 1.1.0 to 1.16 for me) 1 install [node-gyp](https://github.com/nodejs/node-gyp#installation) 1. install windows-build-tools ```npm install --global --production windows-build-tools``` -
Raymans revised this gist
May 31, 2018 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -3,7 +3,7 @@ if gyp error happened, try below steps to fix the problem. 1. firstly make sure nvm-windows version, 1.1.0 is not supported to retrieve node version list which new version nvm-windows will get from [node offical](https://nodejs.org/en/download/releases/). So upgrade firstly and see work or not (from 1.1.0 to 1.16 for me) 1.1 install [node-gyp](https://github.com/nodejs/node-gyp#installation) 1. install windows-build-tools ```npm install --global --production windows-build-tools``` -
Raymans revised this gist
May 31, 2018 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -3,7 +3,7 @@ if gyp error happened, try below steps to fix the problem. 1. firstly make sure nvm-windows version, 1.1.0 is not supported to retrieve node version list which new version nvm-windows will get from [node offical](https://nodejs.org/en/download/releases/). So upgrade firstly and see work or not (from 1.1.0 to 1.16 for me) 1.1. install [node-gyp](https://github.com/nodejs/node-gyp#installation) 1. install windows-build-tools ```npm install --global --production windows-build-tools``` -
Raymans revised this gist
May 31, 2018 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -3,7 +3,7 @@ if gyp error happened, try below steps to fix the problem. 1. firstly make sure nvm-windows version, 1.1.0 is not supported to retrieve node version list which new version nvm-windows will get from [node offical](https://nodejs.org/en/download/releases/). So upgrade firstly and see work or not (from 1.1.0 to 1.16 for me) 3. install [node-gyp](https://github.com/nodejs/node-gyp#installation) 1. install windows-build-tools ```npm install --global --production windows-build-tools``` -
Raymans revised this gist
May 31, 2018 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -3,7 +3,7 @@ if gyp error happened, try below steps to fix the problem. 1. firstly make sure nvm-windows version, 1.1.0 is not supported to retrieve node version list which new version nvm-windows will get from [node offical](https://nodejs.org/en/download/releases/). So upgrade firstly and see work or not (from 1.1.0 to 1.16 for me) 2. install [node-gyp](https://github.com/nodejs/node-gyp#installation) 1. install windows-build-tools ```npm install --global --production windows-build-tools``` -
Raymans revised this gist
May 31, 2018 . 1 changed file with 6 additions and 5 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1,14 +1,15 @@ if gyp error happened, try below steps to fix the problem. 1. firstly make sure nvm-windows version, 1.1.0 is not supported to retrieve node version list which new version nvm-windows will get from [node offical](https://nodejs.org/en/download/releases/). So upgrade firstly and see work or not (from 1.1.0 to 1.16 for me) 1. install [node-gyp](https://github.com/nodejs/node-gyp#installation) 1. install windows-build-tools ```npm install --global --production windows-build-tools``` 1. set python path npm config set python C:/Users/\__user\__/.windows-build-tools/python27/python.exe http://github.com - automatic! [GitHub -
Raymans revised this gist
May 31, 2018 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1,6 +1,6 @@ if gyp error happened, try below steps to fix the problem. firstly make sure nvm-windows version, 1.1.0 is not supported to retrieve node version list which new version nvm-windows will get from [node offical](https://nodejs.org/en/download/releases/). So upgrade firstly and see work or not (from 1.1.0 to 1.16 for me) install node-gyp (https://github.com/nodejs/node-gyp#installation) -
Raymans revised this gist
May 31, 2018 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1,6 +1,6 @@ if gyp error happened, try below steps to fix the problem. firstly make sure nvm-windows version, 1.1.0 is not supported to retrieve node version list which new version nvm-windows will get from [node offical] (https://nodejs.org/en/download/releases/). So upgrade firstly and see work or not (from 1.1.0 to 1.16 for me) install node-gyp (https://github.com/nodejs/node-gyp#installation) -
Raymans revised this gist
May 31, 2018 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1,6 +1,6 @@ if gyp error happened, try below steps to fix the problem. firstly make sure nvm-windows version, 1.1.0 is not supported to retrieve node version list which new version nvm-windows will get from [node offical]https://nodejs.org/en/download/releases/. So upgrade firstly and see work or not (from 1.1.0 to 1.16 for me) install node-gyp (https://github.com/nodejs/node-gyp#installation) -
Raymans revised this gist
May 31, 2018 . 1 changed file with 2 additions and 2 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -8,7 +8,7 @@ install node-gyp (https://github.com/nodejs/node-gyp#installation) install ```npm install --global --production windows-build-tools``` set python path npm config set python C:/Users/user__/.windows-build-tools/python27/python.exe http://github.com - automatic! [GitHub -
Raymans revised this gist
May 31, 2018 . 1 changed file with 3 additions and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -8,5 +8,7 @@ install node-gyp (https://github.com/nodejs/node-gyp#installation) install ```npm install --global --production windows-build-tools``` set python path npm config set python C:/Users/__user__/.windows-build-tools/python27/python.exe http://github.com - automatic! [GitHub](http://github.com) -
Raymans revised this gist
May 31, 2018 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -3,7 +3,7 @@ if gyp error happened, try below steps to fix the problem. firstly make sure nvm-windows version, 1.1.0 is not supported to retrieve node version list which new version nvm-windows will get from node offical. https://nodejs.org/en/download/releases/ So upgrade firstly and see work or not (from 1.1.0 to 1.16 for me) install node-gyp (https://github.com/nodejs/node-gyp#installation) install ```npm install --global --production windows-build-tools``` -
Raymans renamed this gist
May 31, 2018 . 1 changed file with 0 additions and 0 deletions.There are no files selected for viewing
File renamed without changes. -
Raymans revised this gist
May 31, 2018 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -5,7 +5,7 @@ So upgrade firstly and see work or not (from 1.1.0 to 1.16 for me) install node-gyp [https://github.com/nodejs/node-gyp#installation] install ```npm install --global --production windows-build-tools``` set python path npm config set python C:/Users/[user]/.windows-build-tools/python27/python.exe -
Raymans revised this gist
May 30, 2018 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1,6 +1,6 @@ if gyp error happened, try below steps to fix the problem. firstly make sure nvm-windows version, 1.1.0 is not supported to retrieve node version list which new version nvm-windows will get from node offical. https://nodejs.org/en/download/releases/ So upgrade firstly and see work or not (from 1.1.0 to 1.16 for me) install node-gyp [https://github.com/nodejs/node-gyp#installation] -
Raymans revised this gist
May 30, 2018 . 1 changed file with 2 additions and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1,6 +1,7 @@ if gyp error happened, try below steps to fix the problem. firstly make sure nvm-windows version, 1.1.0 is not supported to retrieve node version list which new version nvm-windows will get from node offical. So upgrade firstly and see work or not (from 1.1.0 to 1.16 for me) install node-gyp [https://github.com/nodejs/node-gyp#installation] -
Raymans revised this gist
May 30, 2018 . 1 changed file with 2 additions and 0 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1,3 +1,5 @@ if gyp error happened, try below steps to fix the problem. firstly make sure nvm-windows version, 1.1.0 is not supported to retrieve node version list which new version nvm-windows will get from node offical. So upgrade firstly and see work or not (from 1.1.0 to 1.16 for me) install node-gyp [https://github.com/nodejs/node-gyp#installation]
NewerOlder