Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

npm install error #123

Open
pankaj0812 opened this issue Jan 3, 2021 · 1 comment
Open

npm install error #123

pankaj0812 opened this issue Jan 3, 2021 · 1 comment

Comments

@pankaj0812
Copy link

The following error would come up for some users on Ubuntu 18.04.5 LTS when trying to set up the code repo for the first time :

> node ./build.js

gyp ERR! build error 
gyp ERR! stack Error: not found: make
gyp ERR! stack     at getNotFoundError `

It requires the build-essential package which can be installed by running the following on the terminal:
sudo apt-get install build-essential

Reason:
The Program make is the missing dependency and the build-essential package installs it along with other build tools like g++. This is needed to compile node.

@mpatel66
Copy link

mpatel66 commented Mar 9, 2021

I'm getting this same issue, but on a Mac environment. Does anyone know how to fix this for mac?

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants