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

Thanks.
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.
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.