-
Notifications
You must be signed in to change notification settings - Fork 3.9k
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
nw-gyp rebuild is not working on linux after nw.js v 0.22.3 #5971
Comments
posted a work around in #5960 |
If I understand correctly, this is because some settings previously located in @rogerwang , are you working on this? If not, I plan to move these settings in |
This is an ongoing rework of toolchain selection for building Node.js. See nwjs/nw.js#5960 and nwjs/nw.js#5971 for current problems.
This is an ongoing rework of toolchain selection for building Node.js. See nwjs/nw.js#5960 and nwjs/nw.js#5971 for current problems.
This is an ongoing rework of toolchain selection for building Node.js. See nwjs/nw.js#5960 and nwjs/nw.js#5971 for why previous integration can lead to trouble.
This is an ongoing rework of toolchain selection for building Node.js. See nwjs/nw.js#5960 and nwjs/nw.js#5971 for why previous integration can lead to trouble.
This is an ongoing rework of toolchain selection for building Node.js. See nwjs/nw.js#5960 and nwjs/nw.js#5971 for why previous integration can lead to trouble.
This is an ongoing rework of toolchain selection for building Node.js. See nwjs/nw.js#5960 and nwjs/nw.js#5971 for why previous integration can lead to trouble.
This is an ongoing rework of toolchain selection for building Node.js. See nwjs/nw.js#5960 and nwjs/nw.js#5971 for why previous integration can lead to trouble.
This is an ongoing rework of toolchain selection for building Node.js. See nwjs/nw.js#5960 and nwjs/nw.js#5971 for why previous integration can lead to trouble.
This is an ongoing rework of toolchain selection for building Node.js. See nwjs/nw.js#5960 and nwjs/nw.js#5971 for why previous integration can lead to trouble.
This is an ongoing rework of toolchain selection for building Node.js. See nwjs/nw.js#5960 and nwjs/nw.js#5971 for why previous integration can lead to trouble.
This is an ongoing rework of toolchain selection for building Node.js. See nwjs/nw.js#5960 and nwjs/nw.js#5971 for why previous integration can lead to trouble.
close as duplicate of #5960 . Will fix it soon. |
nw-gyp rebuild gives error on all native modules
linux ubuntu
for example printer module:
apt-get install libcups2-dev
mkdir test && cd test && npm init
npm i printer
cd node_modules/printer
nw-gyp rebuild --target=0.22.3
^ works
The text was updated successfully, but these errors were encountered: