These were caused by upgrading cmake-js to fix npm audit. The package has a fundamental issue:
It spews LOG and INFO messages to stdout. Doesn't have an obvious way to disable them. Workarounds involved regex matching to filter out the unwanted logs which offend cmake. But these regexes are not deterministic. They probably ate a necessary include path.
D:\a\ladybug\ladybug\tools\nodejs_api\node_modules\node-addon-api\napi.h(13): fatal error C1083: Cannot open include file: 'node_api.h': No such file or directory
These were caused by upgrading cmake-js to fix
npm audit. The package has a fundamental issue:It spews LOG and INFO messages to stdout. Doesn't have an obvious way to disable them. Workarounds involved regex matching to filter out the unwanted logs which offend cmake. But these regexes are not deterministic. They probably ate a necessary include path.