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
Migrating my app to symfony webpack, I realised that jQuery version notation dependency in packages.json is miss leaded by yarn install/upgrade, seem that 2 point version numbers don't work properly when Yarn generates the .lock file.
The simplest solution is to change 1.7 by 1.7.0 and then everything works properly. we actually are solving this by editing the lock file, but if seem a good Idea to you, it could be changed in jcarousel next version.
Thanks for your work.
The text was updated successfully, but these errors were encountered:
Hi,
Migrating my app to symfony webpack, I realised that jQuery version notation dependency in packages.json is miss leaded by yarn install/upgrade, seem that 2 point version numbers don't work properly when Yarn generates the .lock file.
The simplest solution is to change 1.7 by 1.7.0 and then everything works properly. we actually are solving this by editing the lock file, but if seem a good Idea to you, it could be changed in jcarousel next version.
Thanks for your work.
The text was updated successfully, but these errors were encountered: