Natalie Smith

Results 3 comments of Natalie Smith

Ah, it looks like two packages have ember-template-recast as a dependency ``` yarn why ember-template-recast ├─ codemod-cli@npm:3.2.0 │ └─ ember-template-recast@npm:4.3.0 (via npm:^4.1.4) │ └─ ember-template-lint@npm:4.16.1 └─ ember-template-recast@npm:6.1.3 (via npm:^6.1.3) ```...

FWIW, if I add an entry to my package.json `resolutions` for ember-template-recast at the latest version, I still get the parse error

hi @lifeart! 👋 I did all the above steps and confirmed that * `yarn why ember-template-recast` just shows one version: ``` yarn why ember-template-recast └─ ember-template-lint@npm:4.16.1 └─ ember-template-recast@npm:6.1.3 (via npm:^6.1.3)...