Hi there,
I want to install the fs npm package but it’s not supported. Can you please help me with this?
Thanks in advance!
Hi there,
I want to install the fs npm package but it’s not supported. Can you please help me with this?
Thanks in advance!
The fs module is bulit-in in node.js and you don’t need to install it.
Just start using it.
See :
Thanks for your replay. I will look into this.