simple setup:
I want to use the Node.js File-System to update the todos.json inside /js folder.
normally i use CLI's like Vue to setup a project and all works like a charm in the background.
This time is want to understand how i can manually add a module like the fs
by myself.
At the moment my console tells me:
Uncaught ReferenceError: require is not defined
when doing this: const fs = require('file-system');