Skip to content
This repository has been archived by the owner on Feb 17, 2023. It is now read-only.

Latest commit

 

History

History
9 lines (6 loc) · 396 Bytes

Nan.md

File metadata and controls

9 lines (6 loc) · 396 Bytes

Nan support

To simplify building of cross-version node modules, Nan is always included as a project dependency. In your module native sources, just add:

#include <nan.h>

node-cmake always depends on the newest version of nan and makes that package available. If you delcare your own version in your package.json, this version will be used instead.