openMF / digital-bank-ui

Digital Bank user interface for staff on top of Fineract CN
Mozilla Public License 2.0
18 stars 28 forks source link

Dependencies package installation with Python3 #56

Open RadheTians opened 3 years ago

RadheTians commented 3 years ago

npm install command is installing packages with Python2 dependency support only however I am using Ubuntu 20.04 which has only Python3 interpreter installed by default.

If packages can be installed with Python3 support then there are some changes required in the path and environmental variables.

OS: Ubuntu 20.04 Angular CLI: 11.0.3 Node: 14.13.1

Kindly ignore this issue if packages can only be installed with Python2 support.

Screenshot from 2020-12-08 15-31-43

giorgiozoppi commented 3 years ago

We don't need python for node.js there is something wrong in your installatation or in which.js module. Please get rid of which.js. It is high priority unit testing with jest.

RadheTians commented 3 years ago

Since I'm using Ubuntu 20.04 machine that doesn't have by default Python2 interpreter installed hence this installation error was coming in my local system however I installed Python2 interpreter and errors got resolved. There may be some dependencies in my system itself.