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
Do you want to request a feature, report a bug or ask a question?
Bug
What is the current behavior?
I recently upgraded this plugin from 4.1.6 to the latest version 4.2.0 and all icons in my app have disappeared. After some digging, I found out that it was caused by some old version of svg-baker, reference issue JetBrains/svg-mixer#2. This dependency was updated in the commit 02d0c33 before releasing 4.2.0 but there are still old dependencies listed in npm-shrinkwrap.json.
What is the expected behavior?
npm should install correct dependencies.
Please tell us about your environment:
Node.js version: -
webpack version: -
svg-sprite-loader version: 4.2.0
OS type & version: -
Other information (e.g. detailed explanation, stacktraces, related issues, suggestions how to fix,
Remove npm-shrinkwrap (not sure why it is needed since the project using yarn lockfile).
The text was updated successfully, but these errors were encountered:
Do you want to request a feature, report a bug or ask a question?
Bug
What is the current behavior?
I recently upgraded this plugin from 4.1.6 to the latest version 4.2.0 and all icons in my app have disappeared. After some digging, I found out that it was caused by some old version of svg-baker, reference issue JetBrains/svg-mixer#2. This dependency was updated in the commit 02d0c33 before releasing 4.2.0 but there are still old dependencies listed in npm-shrinkwrap.json.
What is the expected behavior?
npm should install correct dependencies.
Please tell us about your environment:
Other information (e.g. detailed explanation, stacktraces, related issues, suggestions how to fix,
Remove npm-shrinkwrap (not sure why it is needed since the project using yarn lockfile).
The text was updated successfully, but these errors were encountered: