Remove bindings dependency (require the built addon directly because the build output location is well-known and constant)
Add note about a possible error and its solution to the README Improve .editorconfig Run tests in CI workflow
This commit is contained in:
@@ -33,5 +33,6 @@ nbproject/private/
|
||||
# node, npm
|
||||
node_modules/
|
||||
|
||||
# built Node.js C++ addon
|
||||
# built Node.js C++ addon (must be build specifically on the target platform,
|
||||
# which is done automatically during installation via node-gyp)
|
||||
/build/
|
||||
|
||||
Reference in New Issue
Block a user