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

Sentero-esp12 picture Sentero-esp12  路  3Comments

Yamakaky picture Yamakaky  路  3Comments

swaj picture swaj  路  3Comments

chen4393 picture chen4393  路  3Comments

jplatte picture jplatte  路  3Comments