whphhg / vcash-electron

Multi-platform and multi-node GUI for Vcash.
GNU General Public License v3.0
38 stars 18 forks source link

jQuery temporary required in devDependencies #35

Open whphhg opened 6 years ago

whphhg commented 6 years ago

jquery is temporary required in devDependencies for successful use of electron-builder, until issue https://github.com/electron-userland/electron-builder/issues/2236 is resolved. The reason is antd@2.13.11, which has jquery listed in peerDependencies, but it is not used by any React component being imported from antd.

npm WARN slick-carousel@1.8.1 requires a peer of jquery@>=1.8.0 but none is installed. You must install peer dependencies yourself.

Added in commit https://github.com/openvcash/vcash-electron/commit/e8493fe70f3635793e6431915f6f78e26cbe61be.