When having jquery@3.0.0 specified in package.json of a DoneJS plugin (which has a dependency of documentjs@0.4.41, which depends upon can@2.3.8) this WARN will appear:
npm WARN can@2.3.8 requires a peer of jquery@>=1.9.0 <3.0.0 but none was installed.
I don't really understand the game plan for using jQuery 3.0 going forward.
When having
jquery@3.0.0
specified inpackage.json
of a DoneJS plugin (which has a dependency ofdocumentjs@0.4.41
, which depends uponcan@2.3.8
) this WARN will appear:I don't really understand the game plan for using jQuery 3.0 going forward.