Whenever you try to run the application, if you run "npm update" to update packages, moment will be updating, making the app fail because of an unexisting module that can't be found.
We've tried to work with previous versions of this library but none of them worked after updating dependencies.
If you are running the app, just download it and run "npm install". Then run "npm start".
It is a known problem with "moment" : "^2.24.0"
Whenever you try to run the application, if you run "npm update" to update packages, moment will be updating, making the app fail because of an unexisting module that can't be found.
We've tried to work with previous versions of this library but none of them worked after updating dependencies.
If you are running the app, just download it and run "npm install". Then run "npm start".