-
Notifications
You must be signed in to change notification settings - Fork 76
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Cannot run in development mode #89
Comments
Having the same issue as well - maybe an issue with yarn and the most recent versions of OSX. If anyone has any advice on how to get a build up and running it would be greatly appreciated - or if anyone can release a new binary build with the new changes |
Hey @dgoncalves81, I didn't have any issue running the dev mode, expect changing the "node-sass": "^3.4.2",
"node-static": "^0.7.7",
"pre-commit": "^1.2.2",
- "prettier": "git+ssh://[email protected]/prettier/prettier.git",
+ "prettier": "^1.5.0",
"rebass": "^0.2.6",
"resolve-url": "^0.2.1",
"resolve-url-loader": "^1.4.3", |
Had a similar issue, and ended up just using |
In package.json, I had to change |
Apologies for this, will investigate over the next week or so when I get a chance. |
This is resolved in the fork I'm working on. https://thoughtpivot.com/lionshare-desktop |
When following the provided instructions, I get:
Running yarn actually broke node on my system completely, any attempt to use it would result in that same error. I actually had to remove ~/.npm, and /usr/local/lib/node_modules, then uninstall node and reinstall it, in order to get my system running.
If you could please provide me with any information on how I can actually build this project, I would greatly appreciate it.
The text was updated successfully, but these errors were encountered: