Jonathan Cammisuli
Jonathan Cammisuli
I tried reproducing your issue, but I couldn't. I put a repo here that matches your description: https://github.com/Cammisuli/nx-ignore-issue `nx run proj-b:build` will run proj-a, where it would always modify a...
Sorry about that! I'll create a fix for this asap. If you all don't mind, can you open a node repl, and type in `os.release()`, and give me the value?...
as a temporary workaround, setting the env var `NX_NATIVE_COMMAND_RUNNER=false` should allow Nx to work the same way before.
Ok, thanks everyone. I'll figure something out based on these versions.
I'll look into this as soon as possible. In the meantime, can you confirm that things work as expected when setting the env var `NX_NATIVE_COMMAND_RUNNER=false`?
Hmm.. I tried giving this a shot locally with doing `echo`s and it looks like things are completing properly for me. Whats another command where you all noticed this was...
Ok I’ll check again with that.
sorry for the delayed response! Based on the screenshot, are you running your application through Nx? (I see `nx run wolverine:serve:development`, but in your steps in the dockefile, I only...
Can you create a test.js file that has this content: ```test.js console.log( require('child_process').execSync( 'find node_modules -name "*.node" | grep -E "(@nx|@nrwl)" ', { encoding: 'utf8' } ) ); console.log(require('nx/src/native').hashArray(['hello'])); ```...
To build nx, we use nx. So if the platform isn't supported then we can't install the native binary for it. Adding more supported platforms is something that I want,...