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
Hi Everyone, I keep receiving this error on my Google Message Desktop app. (This app built a long time ago. Nativefier uses the Chrome browsesr (through Electron), and it is insecure to keep using an old version of it. Please upgrade Nativefier and rebuild this app.)
Run the following command
npm install -g nativefier@latest
npm run windows
I got this error from my command.
fn(internalBinding)(nm.exports, cachingRequire, nm, nm.filename, '')
^
ReferenceError: primordials is not defined
at fs.js:44:5
at req_ (C:\Users\Monika\Downloads\node_modules\natives\index.js:143:24)
at Object.req [as require] (C:\Users\Monika\Downloads\node_modules\natives\index.js:55:10)
at Object. (C:\Users\Monika\Downloads\node_modules\graceful-fs\fs.js:1:37)
at Module._compile (node:internal/modules/cjs/loader:1369:14)
at Object.Module._extensions..js (node:internal/modules/cjs/loader:1427:10)
at Module.load (node:internal/modules/cjs/loader:1206:32)
at Function.Module._load (node:internal/modules/cjs/loader:1022:12)
at Module.require (node:internal/modules/cjs/loader:1231:19)
at require (node:internal/modules/helpers:179:18)
at Object. (C:\Users\Monika\Downloads\node_modules\graceful-fs\graceful-fs.js:3:27)
at Module._compile (node:internal/modules/cjs/loader:1369:14)
at Object.Module._extensions..js (node:internal/modules/cjs/loader:1427:10)
at Module.load (node:internal/modules/cjs/loader:1206:32)
at Function.Module._load (node:internal/modules/cjs/loader:1022:12)
at Module.require (node:internal/modules/cjs/loader:1231:19)
Issue:
The text was updated successfully, but these errors were encountered:
I could be wrong, but from what I can tell, this project is more or less abandoned. I found an alternative though, which has been regularly updated and works well. Check this option out - I've been using it a year or more at this point without incident: https://github.com/OrangeDrangon/android-messages-desktop
Hi Everyone, I keep receiving this error on my Google Message Desktop app. (This app built a long time ago. Nativefier uses the Chrome browsesr (through Electron), and it is insecure to keep using an old version of it. Please upgrade Nativefier and rebuild this app.)
I've installed the latest nodejs
Download the latest version:
https://github.com/kelyvin/Google-Messages-For-Desktop?tab=readme-ov-file
Run the following command
npm install -g nativefier@latest
npm run windows
I got this error from my command.
fn(internalBinding)(nm.exports, cachingRequire, nm, nm.filename, '')
^
ReferenceError: primordials is not defined
at fs.js:44:5
at req_ (C:\Users\Monika\Downloads\node_modules\natives\index.js:143:24)
at Object.req [as require] (C:\Users\Monika\Downloads\node_modules\natives\index.js:55:10)
at Object. (C:\Users\Monika\Downloads\node_modules\graceful-fs\fs.js:1:37)
at Module._compile (node:internal/modules/cjs/loader:1369:14)
at Object.Module._extensions..js (node:internal/modules/cjs/loader:1427:10)
at Module.load (node:internal/modules/cjs/loader:1206:32)
at Function.Module._load (node:internal/modules/cjs/loader:1022:12)
at Module.require (node:internal/modules/cjs/loader:1231:19)
at require (node:internal/modules/helpers:179:18)
at Object. (C:\Users\Monika\Downloads\node_modules\graceful-fs\graceful-fs.js:3:27)
at Module._compile (node:internal/modules/cjs/loader:1369:14)
at Object.Module._extensions..js (node:internal/modules/cjs/loader:1427:10)
at Module.load (node:internal/modules/cjs/loader:1206:32)
at Function.Module._load (node:internal/modules/cjs/loader:1022:12)
at Module.require (node:internal/modules/cjs/loader:1231:19)
Issue:
The text was updated successfully, but these errors were encountered: