node-gyp build error windows x64

前端 未结 10 1536
情书的邮戳
情书的邮戳 2020-11-28 22:05

Here\'s what I\'ve done so far on my x64 OS:

  • Installed Python (v2.7 --specifically 2.7.6) and added it to the system path (C:\\Python27)
  • Installed MS
10条回答
  •  执念已碎
    2020-11-28 22:10

    For installing node-gyp in windows or any other OS

    First you may have to download the node-gyp by

    $ npm install -g node-gyp-install
    

    Then install by

    $ npm install -g node-gyp
    

    you may need to do the above procedure as root/administrartor.

提交回复
热议问题