We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4648420 commit 7ac6e21Copy full SHA for 7ac6e21
index.js
@@ -2,7 +2,7 @@ const path = require('path');
2
3
module.exports = {
4
include: `"${__dirname}"`,
5
- gyp: path.join(__dirname, 'nothing.gyp:nothing'),
+ gyp: path.join(__dirname, 'node_api.gyp:nothing'),
6
isNodeApiBuiltin: true,
7
needsFlag: false
8
};
0 commit comments