RedRosh
                                        Results
                                        2
                                        comments of
                                        
                                
                                            RedRosh
                                        
                                    Hi @lironezra, I deleted the line manually in order to continue the work.
you can fix the opensslErrorStack: [ 'error:03000086:digital envelope routines::initialization error' ] by adding `--openssl-legacy-provider` in package.json ``` "start": "craco --openssl-legacy-provider start", ```