This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

Progress bar when executing nrfutil in Nodejs

I see a progress bar when executing nrfutil on the command line followed by a 'Device programmed.' message after it finishes, but when I try to execute nrfutil in a nodejs app using exec and listening on 'data' event from stdout I don't see any output for the progress bar. I only see 'Device programmed.' when it finishes flashing. Is there a way to get that progress so that I can display it in the UI for my app? 

Related