-
Notifications
You must be signed in to change notification settings - Fork 63
Compatibility Issues with v2.2.3 Dependencies #204
Comments
Ok, so the problem is that in the latest commit there are some blind version upgrades to fix vulnerability issues. That needs to be fixed as there are incompatibility issues after a version bump |
Thanks for looking into. As this isn't maintained anymore, I did not test the version changes. If you could make a PR that fixes the issue you're having while also resolving the CVE vulnerability problems, that would be great. |
same issue on linux, ubuntu 16.04 and 18.04.
|
I have the same thing. |
It does not depend on what version of node or npm you use, it's internal package dependency issues, that needs to be fixed. I would love to do that but don't have enough time for now. Instead I went with a previous commit. |
Just so you all know, there isn't anyone planning on fixing this. This repository is no longer maintained. If you want to become a maintainer, you can let me know. |
after
npm install
andnpm run client
I get this screen:I get this screen even if I download and install it from the latest release
When I try to build it using
npm run build-client
I get the following error:Specs:
macOS Hight Sierra 10.13.4
python 2.7.13
node 6.9.1
npm 3.10.8
Is this something already known? What would be the fix?
The text was updated successfully, but these errors were encountered: