Jiawen Geng
Jiawen Geng
@timneutkens Can you take a look at this. Repro: https://github.com/gengjiawen/blitzjs-demo
@targos do you have `PYPI_API_TOKEN` or @ryzokuken has ? This need to configured to settings if I understand correctly.
Yeap, also should be helpful for node-gyp and node.js core.
cc @MarshallOfSound @rvagg
> Not sure why to discuss this in `node-gyp`, wouldn't we need a `node-cmake` to use cmake for native modules? I mean the CMake files for node itself. node-gyp can...
I see. It should be in gyp then, though it's maintained by google.
For anyone want to try cmake, you can change the code here, change it to `argv.push('-f', 'cmake')` : https://github.com/nodejs/node-gyp/blob/2592036261ec588689e07072e1bef31993a9d7ac/lib/configure.js#L228-L240
Also, you can directly use `node-gyp configure -- -f cmake`
I am thinking make cmake-support more offcial, reopening this Related: https://github.com/orgs/nodejs/teams/collaborators/discussions/78
Actually `node-gyp` got the full clone, maybe redundant for npm package. https://github.com/nodejs/node-gyp/tree/master/gyp