I started newman-dashboard by npm run dev:dashboard
but npm run dev:client
failed with error message as in image below
Then on command newman run collection.json -e enviorenment.json -r dashboard,cli
The collection run was shown in dashboard
But additional details of requests and responses, except request urls were missing.
I’m guessing this maybe due to failure of npm run dev:client
but not sure how to resolve either of issues.
I have some ideas and found some bugs in newman-dashboard and wish to contribute to development of newman-dashboard. @utkarsh-maheshwari-p any help in setting up the development setup for newman-dashboard would be highly appreciated.
Thank You.