Have you followed the documentation, npm install
do the cli install and then bower install. Let me know. On Wed, 19 Feb 2020, 17:41 Emmanuel Njoku, <[email protected]> wrote: > Dear team, > Kindly assist on the below error message while working on the front end > > MINGW64 /C/Installed Folders/mifos_new1/community-app (develop) > $ grunt serve > Loading "Gruntfile.js" tasks...ERROR > >> Error: Cannot find module 'load-grunt-tasks' > >> Require stack: > >> - C:\Installed Folders\mifos_new1\community-app\Gruntfile.js > >> - C:\Installed Folders\mifos_new1\node_modules\grunt\lib\grunt\task.js > >> - C:\Installed Folders\mifos_new1\node_modules\grunt\lib\grunt.js > >> - C:\Users\citym\AppData\Roaming\npm\node_modules\grunt-cli\bin\grunt > Warning: Task "serve" not found. Use --force to continue. > > Aborted due to warnings. > > On Tue, Feb 18, 2020 at 6:33 PM Michael Vorburger <[email protected]> > wrote: > >> You need to rebuild the very latest version of the web app, because this >> was fixed only very recently with >> https://github.com/openMF/community-app/pull/3179 >> >> See https://issues.apache.org/jira/browse/FINERACT-726 for background. >> >> On Tue, 18 Feb 2020, 12:12 Saransh Sharma, <[email protected]> wrote: >> >>> Hey >>> >>> I have seen many user facing this issue. >>> >>> What you can do is this >>> >>> In my opinion we can no longer pass the username and password as param. >>> >>> >>> >>> >>> >>> On Tue, Feb 18, 2020 at 4:36 PM Emmanuel Njoku <[email protected]> >>> wrote: >>> >>>> Dear team, >>>> >>>> Kindly assist me on this issue. >>>> i created a new tenant on the DB called testdefault. On the postman, I >>>> pasted the url as below >>>> >>>> https://localhost/fineract-provider/api/v1/authentication?username=mifos&password=password >>>> >>>> Fineract-Platform-TenantId = testdefault >>>> Content-Type = application/json >>>> >>>> I equally replicate mifostenant-default to mifostenant- testdefault >>>> >>>> The result is >>>> "timestamp": 1582023090984, >>>> "status": 401, >>>> "error": "Unauthorized", >>>> "message": "Unauthorized", >>>> "path": "/fineract-provider/api/v1/authentication" >>>> >>>> >>>> On Tue, Feb 18, 2020 at 10:41 AM Ippez Robert <[email protected]> >>>> wrote: >>>> >>>>> >>>>> I think it will be good if someone with the main domain knowledge >>>>> takes up this. In my own understanding, this is how it should be handled:- >>>>> >>>>> Add allowIntRateModification Flag at product level definition >>>>> >>>>> If this value is set to true, then at the time of opening the account, >>>>> the user should be allowed to change the interest rate from the default >>>>> rates charts defined at product level. If this is not allowed, i.e value >>>>> is false, then the current behavior of the system selecting interest rate >>>>> from the chart based on the amounts fixed and period prevails >>>>> >>>>> Thanks >>>>> Regards >>>>> Mifos-developer mailing list >>>>> [email protected] >>>>> Unsubscribe or change settings at: >>>>> https://lists.sourceforge.net/lists/listinfo/mifos-developer >>>> >>>> >>> >>> -- >>> >>> Saransh Sharma >>> *Research Partner* >>> *Muellner Internet Pvt Ltd * >>> >>> >>> ---------------------------------------------------------------------------------------------- >>> >>> The idea of separation of me and you is amazing. >>> >>> ---------------------------------------------------------------------------------------------- >>> *Company Website <https://www.muellners.com/> **Company Linkedin >>> <https://www.linkedin.com/company/muellners> * >>> Company Facebook <https://www.facebook.com/muellners> >>> >>> This mail is governed by Muellner® Internet Private Limited's IT >>> policy. >>> The information contained in this e-mail and any accompanying documents >>> may contain information that is confidential or otherwise protected from >>> disclosure. If you are not the intended recipient of this message, or if >>> this message has been addressed to you in error, please immediately alert >>> the sender by reply e-mail and then delete this message, including any >>> attachments. Any dissemination, distribution or other use of the contents >>> of this message by anyone other than the intended recipient is strictly >>> prohibited. All messages sent to and from this e-mail address may be >>> monitored as permitted by applicable law and regulations to ensure >>> compliance with our internal policies and to protect our business. E-mails >>> are not secure and cannot be guaranteed to be error free as they can be >>> intercepted, amended, lost or destroyed, or contain viruses. You are deemed >>> to have accepted these risks if you communicate with us by e-mail. >>> >> Mifos-developer mailing list >> [email protected] >> Unsubscribe or change settings at: >> https://lists.sourceforge.net/lists/listinfo/mifos-developer > >
