-
Notifications
You must be signed in to change notification settings - Fork 175
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
Placeholders in the paths #137
Comments
@artemave I'll look into this when I get a chance, it looks like some weird prebuilt issue 😕 |
* Replaces the standard node-gyp bindings template strings Fixes #137
@artemave PR is up to handle this 👍 |
Merge? |
Hit this same issue myself today, also when trying to run electron-rebuild on sqlite3. Spent an hour or so digging in enough to understand the cause and was just about to file my own bug report when I discovered this issue. As far as I can tell node-sqlite3 can not be built for electron using electron-rebuild until this issue is resolved. As an interim workaround: I can confirm that reverting electron-rebuild to 1.4.0 will work with the latest electron (1.4.14). (I've only tested with electron-1.4.7. and 1.4.14, but I'd expect everything in between to work too). |
I have the same problem. |
Hello,
Latest version (1.5.5) stores build artifacts in the directories with placeholders in names. Then electron runtime can't find them and nothing works.
I am on node 6.7, running
electron-rebuild
from a script with the following params:The text was updated successfully, but these errors were encountered: