node-gyp configure failed

Created on 18 May 2017  路  1Comment  路  Source: nodejs/node-gyp

Hello, I get this Error. I tried to find something on google, but nothing works. Do someone had the same maybe? Some suggestion?

image

Thanks.

Most helpful comment

You need to run node-gyp inside the directory of the add-on you are trying to build. If you use npm to install modules/add-ons, you don't need to do anything, npm will invoke node-gyp on your behalf.

>All comments

You need to run node-gyp inside the directory of the add-on you are trying to build. If you use npm to install modules/add-ons, you don't need to do anything, npm will invoke node-gyp on your behalf.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

lopezdp picture lopezdp  路  3Comments

Yamakaky picture Yamakaky  路  3Comments

jlchereau picture jlchereau  路  3Comments

zghbyslzf picture zghbyslzf  路  3Comments

meldsza picture meldsza  路  3Comments