Svg-sprite-loader: Module not found: Error: Can't resolve 'svg-baker-runtime/browser-symbol' in version 4.1.3

Created on 28 Nov 2018  路  7Comments  路  Source: JetBrains/svg-sprite-loader

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:

  1. Update version 4.1.2 to 4.1.3
  2. Start the application as usual
  3. 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

Most helpful comment

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)

All 7 comments

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-runtime so 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?

Was this page helpful?
0 / 5 - 0 ratings

Related issues

suamikim picture suamikim  路  5Comments

Mighty683 picture Mighty683  路  3Comments

gzaripov picture gzaripov  路  3Comments

fruchtose picture fruchtose  路  5Comments

evgenyrodionov picture evgenyrodionov  路  4Comments