Skip to content

Commit f5dd613

Browse files
committedApr 12, 2016
Added note for how .node file is searched for
Added a note about how `node-gyp` searches for the `.node` file; how it will begin its search in the first directory it finds which has a `package.json`. This is an important feature that is surprisingly not mentioned at all within the documentation - I, myself, had trouble figuring out what was going wrong when I ran into problems regarding this silent feature.
1 parent e404152 commit f5dd613

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
 

‎README.md

+1
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,7 @@ Error: Could not load the bindings file. Tried:
6969
...
7070
```
7171

72+
The searching for the `.node` file will originate from the first directory in which has a `package.json` file is found.
7273

7374
License
7475
-------

0 commit comments

Comments
 (0)
Please sign in to comment.