Skip to content

Instantly share code, notes, and snippets.

@Raymans
Last active July 10, 2018 06:49
Show Gist options
  • Select an option

  • Save Raymans/b8ac14fa942dd6d9dcebc63ea92081ed to your computer and use it in GitHub Desktop.

Select an option

Save Raymans/b8ac14fa942dd6d9dcebc63ea92081ed to your computer and use it in GitHub Desktop.

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. So upgrade firstly and see work or not (from 1.1.0 to 1.16 for me)

  2. install node-gyp

  3. install windows-build-tools npm install --global --production windows-build-tools

  4. set python path npm config set python C:/Users/_user_/.windows-build-tools/python27/python.exe

http://github.com - automatic! [GitHub

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment