"fs" NPM package is not supporting

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 :

https://nodejs.dev/learn/the-nodejs-fs-module

Thanks for your replay. I will look into this.