-
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
it is not rebuilding for electron from the package root #1101
Comments
it looks like it does not work for
works |
it doesn't work with @electron/rebuild. I have similar issue with sqlite3 package
but when i install @electron/rebuild then I can see which is obviously fail cause nothing has been rebuilt
I ran it also with DEBUG=* so that I can see electron-rebuild failed to read module arch: ENOENT: no such file or directory, stat '/p/.pnpm/[email protected]/node_modules/sqlite3/lib/binding/napi-v3-darwin-unknown-arm64/node_sqlite3.node' +1ms |
When I call, it does not rebuild my native package
However, when I rebuild like this
cd node_modules/@woovi/node-printer ../../.bin/electron-rebuild
The text was updated successfully, but these errors were encountered: