Erick Rodriguez

Results 13 comments of Erick Rodriguez

I had the same problem (cannot delete the .bin folder on temp folder).... very annoying solution: revert to 7.3.0, and IT WORKED. For the moment I'm not updating to the...

@loopmode Were you able to execute imports from a bigger structure? like having another react components? It fails when it can't find a component I would like to use.

for those using `cross-env` it work fine for me as well without .env: ```json "start":"cross-env NX_NATIVE_COMMAND_RUNNER=FALSE nx serve " ```

> We are still looking into this and actively trying to repro, but in the meantime are going to disable the native command runner on windows by default. One way...

So How do I edit this? should I create a PR?

> @ErickRodrCodes Maybe now if you are assigned to the task ? Let me know if it works Unfortunately, I can't edit it. maybe if I can co-own it along...

The solution to the problem is quite simple: go to activex.js and change: ``` var ActiveX = module.exports = require('./build/Release/node_activex'); ``` to ``` var ActiveX = module.exports = require('./build/Release/node_activex.node'); ```...

@johnlindquist Check electron 22, it might have updated how you publish stuff to ARM, also the build system changed completely.

test fails since Nx 15.4 changes the cli architecture.