You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What's the difference between electron-rebuild -f -w better-sqlite3 and electron-rebuild -f -m node_modules/better-sqlite3?
Why with the -w argument rebuild doesn't resolve a path of the module (do nothing actually)? Why there's no error "Requested module not found" or something like this?
The text was updated successfully, but these errors were encountered:
npx electron-rebuild -f -w better-sqlite3
npx electron-rebuild -f -m node_modules/better-sqlite3
What's the difference between
electron-rebuild -f -w better-sqlite3
andelectron-rebuild -f -m node_modules/better-sqlite3
?Why with the
-w
argument rebuild doesn't resolve a path of the module (do nothing actually)? Why there's no error "Requested module not found" or something like this?The text was updated successfully, but these errors were encountered: