You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
jquery is temporary required in devDependencies for successful use of electron-builder, until issue electron-userland/electron-builder#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.
jquery
is temporary required indevDependencies
for successful use ofelectron-builder
, until issue electron-userland/electron-builder#2236 is resolved. The reason isantd@2.13.11
, which hasjquery
listed inpeerDependencies
, but it is not used by any React component being imported fromantd
.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 e8493fe.
The text was updated successfully, but these errors were encountered: