Closed csaszika closed 3 years ago
Another day I did these steps:
Probably something was cached...
Anyway the mentioned executorConfig now looks like this:
{
implementation: './src/dev-server',
schema: './src/dev-server/schema.json',
description: 'Serve a browser application.'
}
so implementation field is there.
This issue has been closed for more than 30 days. If this issue is still occuring, please open a new issue with more recent context.
Current Behavior
nx start/build is failed
Expected Behavior
Nx start/build is working
Steps to Reproduce
Note: nx test work well. As the logs says below the issue comes up in workspace.js and this line(57) is failing: node_modules/@nrwl/tao/src/shared/workspace.js:
const [modulePath, exportName] = executorConfig.implementation.split('#');
In case of nx test the executorConfig is:{ implementation: './src/executors/jest/jest.impl', schema: './src/executors/jest/schema.json', description: 'Run Jest unit tests' }
In case of nx start:{ class: './src/browser', schema: './src/browser/schema.json', description: 'Build a browser app.' }
Failure Logs
Environment
` Node : 16.2.0 OS : darwin x64 npm : 7.13.0
nx : Not Found @nrwl/angular : 12.3.4 @nrwl/cli : 12.3.4 @nrwl/cypress : 12.3.4 @nrwl/devkit : 12.3.4 @nrwl/eslint-plugin-nx : 12.3.4 @nrwl/express : Not Found @nrwl/jest : 12.3.4 @nrwl/linter : 12.3.4 @nrwl/nest : Not Found @nrwl/next : Not Found @nrwl/node : Not Found @nrwl/react : Not Found @nrwl/schematics : Not Found @nrwl/tao : 12.3.4 @nrwl/web : 12.3.4 @nrwl/workspace : 12.3.4 @nrwl/storybook : Not Found @nrwl/gatsby : Not Found typescript : 4.2.4 `