-
-
Notifications
You must be signed in to change notification settings - Fork 281
Building from Source on Mac #307
Comments
I'm marking this bug as The build instructions depend on whether you want build the desktop or the web app. The issue you're seeing happens because The instructions to build and start the desktop app are:
And the instructions to build and start the web app (by default listening on http://localhost:9494) are on a fresh install:
on a install previously used to build the desktop app
|
Ok thanks for this. This looks pretty easy so if you want I will update the documentation and send in a pull request for you. Thanks again for the response |
I updated the CONTRIBUTING.md document to include your instructions and submitted a PR. I also tested the instructions on my Mac and was able to get the environment build and running. Thanks again for help it is greatly appreciated |
Closed via #308 |
I was able to build and run Falcon SQL Client as an electron app locally with Node 6.12 following the instructions on the current |
@pietersv how do you get Error 1? |
Thanks for the reply. I ran just setup
install
rebuild electron
build
start
|
I looks like the cause is
I've opened issue #421 to remove |
I am running into an issue trying to build the application from source on a mac. Here is my current Mac environment details:
Environment Variables
yarn: v1.3.2
node: v6.11.5
npm: 3.10.10
Mac Build: 10.13.1
I have tried building from master and branch 2.2-release and I am getting similar problems. The following are the instructions I am using for building from source. This was defined in issue #261:
Installation Instructions
When I run the build command I get build warnings about missing modules (see below). And then when I try to run I get two errors (see below) and it never starts. The first is about a missing module (which I assume is linked to the warnings) and the second is about a module version mismatch:
Error 1:
Error: Cannot find module "./build"
Error 2:
Error: Module version mismatch. Expected 48, got 54.
at Error (native)
at Object.Module._extensions..node (module.js:597:18)
Any help would be greatly appreciated. We are interested in using this tool at my company and I am personally interested in contributing to the project. Any guidance or help would be greatly appreciated.
Thanks
Build Warnings:
Run Errors
The text was updated successfully, but these errors were encountered: