svg-sprite-loader
svg-sprite-loader copied to clipboard
Module not found: Error: Can't resolve 'svg-baker-runtime/browser-symbol' in version 4.1.3
Do you want to request a feature, report a bug or ask a question? Bug What is the current behavior? I start as usual my already working application and get the next error:
Module not found: Error: Can't resolve 'svg-baker-runtime/browser-symbol'
Steps to reproduce:
- Update version 4.1.2 to 4.1.3
- Start the application as usual
- Error appears: Module not found: Error: Can't resolve 'svg-baker-runtime/browser-symbol'
- Node.js version: v8.11.4
- webpack version: 4.26.1
- svg-sprite-loader version: 4.1.3
- OS type & version: OSX High Sierra
I just discovered that my bug report might not be related to this project, but to the svg-baker-runtime itself. Not sure what changed, but independently of version 4.1.3 or 4.1.2 I had to install in my project: https://www.npmjs.com/package/svg-baker-runtime so that the error is gone.
Have same problem.
I just discovered that my bug report might not be related to this project, but to the svg-baker-runtime itself. Not sure what changed, but independently of version 4.1.3 or 4.1.2 I had to install in my project:
https://www.npmjs.com/package/svg-baker-runtimeso that the error is gone.
For me worked 4.1.2
I just got Module not found: Can't resolve './node_modules/svg-baker-runtime/browser-symbol.js' when updating to 4.2.1.
Seems to be not fixed :/ (4.1.3 working for me currently)
Still actual with latest version?
@kisenka Yes, still having the same error for 4.2.6 and 4.2.7. Only changing this package to 4.1.3, fixes it immediately.
Can't reproduce it locally, could you please create a demo repo with reproducible error?