When you try to install NPM packages, some of the dependencies might use Python. E.g sqlite3's NPM package uses python during installation. NPM will look for python. When trying to install sqlite3 you might get the following error:
/bin/sh: 1: python: not found npm
The error