Open Kilowhisky opened 4 years ago
Same here. Not tried it on WSL yet though. Be good if there was a way to split the codemods into chunks...
For anybody else who get this, I think I was able to workaround this by running the following command:
npx github:ember-codemods/es5-getter-ember-codemod es5-getter-ember-codemod app/**/*.js
See https://github.com/ember-codemods/es5-getter-ember-codemod?tab=readme-ov-file#usage
When running the
--run-codemod
command in windows command line on a large project the resulting command line is larger than the maximum allowed command length.For instance my project has several hundred routes and several hundred components and managed to generate a file list that was 38,480 characters long.
Here is just the output from the beginning of the command.
.... 38k more characters of file list.
It doesn't seem to be a problem when running it under WSL.