You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-1Lines changed: 3 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -144,13 +144,15 @@ A barebones `gyp` file appropriate for building a Node.js addon could look like:
144
144
145
145
## Further reading
146
146
147
+
The **[docs](./docs/)** directory contains additional documentation on specific node-gyp topics that may be useful if you are experiencing problems installing or building addons using node-gyp.
148
+
147
149
Some additional resources for Node.js native addons and writing `gyp` configuration files:
148
150
149
151
*["Going Native" a nodeschool.io tutorial](http://nodeschool.io/#goingnative)
0 commit comments