-
Notifications
You must be signed in to change notification settings - Fork 36
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error: make
failed with exit code: 2
#34
Comments
It would be great to understand what the difference between those two lines are. Thats the only position ursa is used, from what I see.
let privateKey = fs.readFileSync(config.privateKeyPath).toString('utf8'); |
Running into this same issue. Did you ever get it solved? Thx. |
Also running into this issue. |
I am also getting this on Ubuntu Focal.
|
Fresh installed Ubuntu 16.04.3 LTS via Vagrant
Executes to reproduce:
cd /home/ubuntu
apt-get update
curl -sL https://deb.nodesource.com/setup_6.x | sudo -E bash -
sudo apt-get install -y nodejs
sudo apt-get install -y build-essential
makedir tests
cd tests
npm init
// Just for test -> works
sudo npm install -g node-gyp
// Just for test -> works
sudo npm install --save ursa
The text was updated successfully, but these errors were encountered: