When I run my Node.js application I always get Error: Can't resolve 'fs'. I looked into some questions and tried to change the dependencies in my package.json file.
"dependencies": {
"@types/vexflow": "^3.0.0",
"fs": "^0.0.1-security",
"jszip": "3.7.1",
"loglevel": "^1.6.8",
"socket.io": "^4.2.0",
"typescript-collections": "^1.3.3",
"vexflow": "1.2.93"
},
Is there something else I need to do?
Thanks