We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ember-template-recast
npx ember-template-recast app/components/settings-import-search.hbs -t https://raw.githubusercontent.com/lennyburdette/ember-action-codemods/master/src/string-actions.js Processing 1 file… Spawning 1 worker… 🎉 Complete! Ok: 0 Unchanged: 0 Errored: 1 ERR /Users/jay.gruber/Documents/gitlab/avatax-customer-portal/cup-client/app/components/settings-import-search.hbs ERR TypeError: Cannot destructure property 'parse' of 'undefined' as it is undefined. at module.exports (/private/var/folders/l9/vhlgstjd46df5lbgl6kgvlp4d7f2dz/T/tmp-276-AF8u7z2l1iaB:1:47) at Object.transform (/usr/local/lib/node_modules/ember-template-recast/lib/index.js:73:21) at applyTransform (/usr/local/lib/node_modules/ember-template-recast/lib/worker.js:57:29) at /usr/local/lib/node_modules/ember-template-recast/lib/worker.js:32:29
jscodeshift
npx
ember-template-recast@^1.2.5
npm i -g [email protected]
The text was updated successfully, but these errors were encountered:
No branches or pull requests
What
ember-template-recast
) from the readme, I get an error:jscodeshift
command works fineWhy
ember-template-recast
, I thinknpx
is grabbing the lastest (5.x) version?ember-template-recast@^1.2.5
.Fix
The text was updated successfully, but these errors were encountered: