atom / node-nslog

Access to NSLog from inside node!
MIT License
31 stars 17 forks source link

added node-gyp to dependencies #20

Closed wouterverweirder closed 7 years ago

wouterverweirder commented 7 years ago

installing nslog (or any package that depends on nslog) fails with yarn. This happens because node-gyp, which is used to build the native code, is not listed as a direct dependency.

Fix: I have added node-gyp to the dependencies in package.json.

wouterverweirder commented 7 years ago

issue was apparently an issue with my local node v6.8.0 & yarn install. Resolving node-gyp works fine now.