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
The analytics-charts-test.js file has nothing but the auto-generated test code. I did not write a test for that component.
Reverting .eslintrc.js to it's pre-update content (or just commenting out the extends: ['plugin:node/recommended'], does allow it it proceed past the initial point of failure, but then it gives
/@ember/test-waiters/types/index.ts: Property specifiers expected type of array but got null
Also, running code-mods makes no difference. Same error when trying to serve. Note that code-mods fails at ember-test-helpers-codemod, although that doesn't stop the rest of the mods from running.
Appears that there is some issue in the download for 3.24, perhaps around ember test helpers? Anyone else seeing this? If someone can help, it would be much appreciated.
Thanks
The text was updated successfully, but these errors were encountered:
The ESLint issue is because something is pulling in an older version of ESLint which doesn't recognise the overrides[0].extends key. I've seen this happen when people were still using ember-cli-eslint. Not sure about the second error though, but I'm guessing none of these errors are actual issues with ember-cli-update itself?
Hi,
I am updating an ember app from v3.17.3 to v3.24 (the LTS version). Mac OS 10.13.6. I ran
ember-cli-update --to ~3.24
So far so good. After resolving a few merge conflicts and running
npm install
, I haveember --version
--> ember-cli: 3.24.0But when I try
ember s
locally I getThe log file is attached. .eslintrc.js is attached.
log.txt
eslintrc_copy.txt
The analytics-charts-test.js file has nothing but the auto-generated test code. I did not write a test for that component.
Reverting .eslintrc.js to it's pre-update content (or just commenting out the
extends: ['plugin:node/recommended'],
does allow it it proceed past the initial point of failure, but then it givesAlso, running code-mods makes no difference. Same error when trying to serve. Note that code-mods fails at ember-test-helpers-codemod, although that doesn't stop the rest of the mods from running.
Appears that there is some issue in the download for 3.24, perhaps around ember test helpers? Anyone else seeing this? If someone can help, it would be much appreciated.
Thanks
The text was updated successfully, but these errors were encountered: