Closed LucasMontero closed 1 year ago
Describe the bug
After updating from version 16.0.0 to 16.1.0 the error ws.readExecutor is not a function appears when you run nx run application:serve being serve:
ws.readExecutor is not a function
nx run application:serve
"serve": { "executor": "nx-electron:execute", "options": { "buildTarget": "application:build" } },
To Reproduce Steps to reproduce the behavior:
Expected behavior
Application should start with normality.
Screenshots
Desktop (please complete the following information):
Additional context
The error doesn't appear on a packaged application.
After further testing, I couldn't relate this error to nx-electron. I proceed to close the issue.
nx-electron
Describe the bug
After updating from version 16.0.0 to 16.1.0 the error
ws.readExecutor is not a function
appears when you runnx run application:serve
being serve:To Reproduce Steps to reproduce the behavior:
Expected behavior
Application should start with normality.
Screenshots
Desktop (please complete the following information):
Additional context
The error doesn't appear on a packaged application.