ember-native-class-codemod
                                
                                 ember-native-class-codemod copied to clipboard
                                
                                    ember-native-class-codemod copied to clipboard
                            
                            
                            
                        TypeError: Cannot read property 'process' of undefined
TypeError: Cannot read property 'process' of undefined
at C:\Users\lifeart\AppData\Roaming\npm-cache_npx\173988\node_modules\ember-es6-class-codemod\node_modules\flow-parser/flow_parser.js:281:70
at Object.
looks related: https://github.com/reactjs/react-codemod/issues/219, https://github.com/facebook/jscodeshift/issues/299
I tried the solutions in the related issues, but i am still getting this error.
I tried different variations of the following command line.
npx ember-native-class-codemod http://localhost:4200 --no-babel app/components
Am i missing something or does ember-native-class-codemod not support these flags?
@JoepHeijnen ya, flags not working
Is there any solution to this one?