digital-bank-ui icon indicating copy to clipboard operation
digital-bank-ui copied to clipboard

Dependencies package installation with Python3

Open RadheTians opened this issue 5 years ago • 2 comments

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

RadheTians avatar Dec 08 '20 10:12 RadheTians

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.

giorgiozoppi avatar Dec 13 '20 12:12 giorgiozoppi

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.

RadheTians avatar Dec 13 '20 13:12 RadheTians