Arquisoft / viade_es3b

Viade es3b
1 stars 2 forks source link

Problem with "moment" dependency #33

Open JorgeIturrioz opened 4 years ago

JorgeIturrioz commented 4 years ago

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".