firestation icon indicating copy to clipboard operation
firestation copied to clipboard

Unable to build

Open ptoro opened this issue 4 years ago • 3 comments

During the follow step, I got an error building:

 [email protected] postinstall C:\Users\Me
> electron-builder install-app-deps

  • electron-builder version=19.56.2
  • loaded configuration file=package.json ("build" field)
  • rebuilding native production dependencies platform=win32 arch=x64

And in the app, when I try to execute a query, I get this error:

Failed to load gRPC binary module because it was not installed for the current system Expected directory: electron-v4.0-win32-x64-unknown Found: [node-v64-win32-x64-unknown] This problem can often be fixed by running "npm rebuild" on the current system Original error: Cannot find module 'C:\firestation\node_modules\grpc\src\node\extension_binary\electron-v4.0-win32-x64-unknown\grpc_node.node'

I tried npm rebuild as recommended but still got the same error.

ptoro avatar May 14 '20 17:05 ptoro

Hm, not totally sure if the app will work on windows nowadays, been a while since I opened this.

Try running the projectRevamp branch and see if you have any luck with that:

git  checkout projectRevamp
npm start

JoeRoddy avatar May 14 '20 17:05 JoeRoddy

Sorry forgot to mention those were the steps I followed:

git clone https://github.com/JoeRoddy/firestation.git
cd firestation
git checkout projectRevamp
npm install
npm start

ptoro avatar May 15 '20 04:05 ptoro

Same problem....

meinert avatar Oct 21 '20 09:10 meinert