Skip to content

Instantly share code, notes, and snippets.

View vivekDebugs's full-sized avatar
🎯
Focusing

Vivek Kumar vivekDebugs

🎯
Focusing
View GitHub Profile
@vivekDebugs
vivekDebugs / node-gyp_workArounds.txt
Last active April 7, 2022 12:16
Work-around for node-gyp issues on Windows 10
-----------------INSTALLING PYTHON------------------------------------------------------------
1. Install Python (version should be >=3.6.0, preferably v3.8.5)
2. Install Python v2.7
3. Add both the version to path (v2.7 should come before v3.8.5)
4. Add PYTHON environment variable with value pointing to Python3.8.5 executable file
______________________________________________________________________________________________
----------------INSTALLING VSBUILD TOOLS------------------------------------------------------
Stick to one version. Let's go with Visual Studio 2019
@vivekDebugs
vivekDebugs / working_with_multiple_git_accounts.txt
Created April 7, 2022 12:15
Working with multiple Git accounts
https://www.heady.io/blog/how-to-manage-multiple-github-accounts
https://stackoverflow.com/questions/3860112/multiple-github-accounts-on-the-same-computer