openMF / web-self-service-app

Web app for clients to access and directly interact with their own accounts using Apache Fineract Self-Service APIs
http://openmf.github.io/web-self-service-app/
MIT License
33 stars 107 forks source link

Dependencies need to be upgraded to solve ECONFLICT Unable to find suitable version for ....... #179

Closed francisguchie closed 3 years ago

francisguchie commented 3 years ago

Description

Given the dynamics of changes in the releases of the dependencies, there is need to keep them up to date.

Steps to reproduce

close this repo and try to run gulp server , gulp build

Expected Behaviour

It should build

Actual Behaviour

It is not building

Settings:

-Browser used: Mozilla Firefox

Screenshots/GIFs, if any:

Please attach screenshots/GIFs of the error/issue.

francisguchie commented 3 years ago

All

By using "angular": "^1.7.9" and "angular-translate": "^2.19.0", this issue was solved

francisguchie commented 3 years ago

Now there is a new error

$ gulp serve fs.js:39 } = primordials; ^

ReferenceError: primordials is not defined at fs.js:39:5

francisguchie commented 3 years ago

ALL, I am closing this issue since i found a solution here https://github.com/openMF/web-self-service-app/issues/177#issuecomment-925941434