es5-getter-ember-codemod icon indicating copy to clipboard operation
es5-getter-ember-codemod copied to clipboard

Url not found

Open GCorbel opened this issue 6 years ago • 1 comments

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?

GCorbel avatar Nov 29 '18 20:11 GCorbel

@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

patocallaghan avatar Jan 18 '19 16:01 patocallaghan