My ember app doesn't have tests, hence I removed the test folder. However when this module is added, the following error message will be printed: broccoli-persistent-filter:EslintValidationFilter: Expected Broccoli node, got null for inputNodes[0].
Repro:
ember new --yarn notests
cd notests
rm -rf tests
yarn build
Gives the following output:
yarn run v1.10.1
$ ember build
⠋ Buildingbroccoli-persistent-filter:EslintValidationFilter: Expected Broccoli node, got null for inputNodes[0]
Stack Trace and Error Report: /var/folders/z3/r5mpk9zx2x9g2ldj8jsxbgw80000gn/T/error.dump.83017b5fd1c6e7535e57ba952c5b8f03.log
error Command failed with exit code 1.
info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command.
My ember app doesn't have tests, hence I removed the test folder. However when this module is added, the following error message will be printed:
broccoli-persistent-filter:EslintValidationFilter: Expected Broccoli node, got null for inputNodes[0].Repro:
Gives the following output: