Fabio
Fabio
I wasn't sure if the logging is provided by Gradle's built in Exec task. But skimming the source code I think this is not the case. I'll give it a...
What do you think about above commit? If you agree on naming & impl in general I'll add documentation & tests.
Treat this as a FYI comment. Also seeing this when the native library resides in a hidden directory, e.g. ``` ls -t node_modules/level.lib-native-macos/.build/*.node node_modules/level.lib-native-macos/.build/LevelNativeApi.node ``` This is due to `fast-glob`...
Thanks for taking this up. > I fixed alwaysInstallModules now to always trigger requirements installation. But, as you mention in comment, this still not a very good solution. This is...