A library where node modifies the contents of a file

what libraries can you recommend for the contents of nodejs operation files

for example, I want to read out specific lines of the file to modify

what library should I use

Mar.31,2021

1 you can use node's readline module, readline-read line by line
2 or line-reader

Menu