firestation
firestation copied to clipboard
Unable to build
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.
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
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
Same problem....