-
Notifications
You must be signed in to change notification settings - Fork 20
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
Cannot build @parcel/watcher #212
Comments
Why is it there? Should't it be in node's dir of electron? |
It's because of |
That should be the answer to build failure |
With system node it fails with a completely different error:
I don't think I ever used system node to build it in the past. |
If it wants to build electron module it should use electron and electron's node and electron's node-gyp, nothing else. |
So, have you managed to make it work? |
I still have to figure out the best way to handle this: |
@PF4Public please have a look at this microsoft/vscode#182743 (comment) |
I've moved |
Symlinking
/usr/include/electron-22/node/include/node
to/usr/include/electron-22/node
did the trick.A few months ago it used to work, no idea what changed.
The text was updated successfully, but these errors were encountered: