I have a problem, I try to use the 'fs' module of NODEJS, but I get the error, that could not be found.
What I did, before doing the post.
Install manually, given some post.
npm install -g fs
Realize, the following.
npm cache clean
npm install
Given those options, I still get the same error.