You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 23, 2024. It is now read-only.
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.
The text was updated successfully, but these errors were encountered:
I'm not sure that this is the right place for this issue. The error pops up in the EslintValidationFilter class, but only because it is being called incorrectly by the build pipeline. Since you linked ember-cli/ember-cli#8094 I assume you use the regular Ember.js build pipeline, so I'd rather open the issue on the ember-cli repo again, and close this one here.
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:
The text was updated successfully, but these errors were encountered: