Skip to content
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

improvement(build.js): add install message for Arch linux users #438

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

ElijahKotyluk
Copy link

I would like to add a helper message for Arch and Manjaro linux when build errors like so:

console.error(
  'node-gyp exited with code: '+ err+ '\n'+
  'Please make sure you are using a supported platform and node version. If you\n'+
  'would like to compile fibers on this machine please make sure you have setup your\n'+
  'build environment--\n'+
  'Windows + OS X instructions here: https://github.com/nodejs/node-gyp\n'+
  'Ubuntu users please run: `sudo apt-get install g++ build-essential`\n'+
  'RHEL users please run: `yum install gcc-c++` and `yum groupinstall \'Development Tools\'` \n'+
  'Alpine users please run: `sudo apk add python make g++`'
);

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

Successfully merging this pull request may close these issues.

1 participant