ember-codemods / es5-getter-ember-codemod

34 stars 14 forks source link

Url not found #20

Open GCorbel opened 5 years ago

GCorbel commented 5 years ago

When I do jscodeshift -t https://rawgit.com/rondale-sc/es5-getter-ember-codemod/master/es5-getter-ember-codemod.js ./app I have a 404: Not Found error. I tried yarn global add es5-getter-ember-codemod and I have An unexpected error occurred: "https://registry.yarnpkg.com/es5-getter-ember-codemod: Not found"..

Does the addon has been removed?

patocallaghan commented 5 years ago

@GCorbel It looks like it was never published to npm. I got it working by using the following command:

npx github:rondale-sc/es5-getter-ember-codemod es5-getter-ember-codemod app/**/*.js