Let’s start the discussion about gyp ERR! stack Error: not found: make gyp ERR! in following methods. Run the below command based on the environment you are using.
In our case (since make failed), we were able to remedy the problem by installing the build / development tools. If this does not work, you could try upgrading or downgrading node, removing package-lock.json and the node modules folder, and then re-running npm install.
Contents
Ubuntu / Debian:
$ sudo apt-get install build-essential
CentOS :
yum install gcc gcc-c++ make
Fedora :
dnf install @development-tools
I hope the strategies listed above work for you. Happy coding and come back again.
Similar Post : How to get wifi password in terminal