svg-sprite-loader icon indicating copy to clipboard operation
svg-sprite-loader copied to clipboard

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

Open DanielaValero opened this issue 6 years ago • 7 comments

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

DanielaValero avatar Nov 28 '18 14:11 DanielaValero

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.

DanielaValero avatar Nov 28 '18 15:11 DanielaValero

Have same problem.

dimensi avatar May 23 '19 08:05 dimensi

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

MaksPapirovnyk avatar Aug 06 '19 11:08 MaksPapirovnyk

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)

reckter avatar Mar 02 '20 16:03 reckter

Still actual with latest version?

kisenka avatar Apr 28 '20 13:04 kisenka

@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.

reckter avatar Apr 28 '20 13:04 reckter

Can't reproduce it locally, could you please create a demo repo with reproducible error?

kisenka avatar Apr 28 '20 14:04 kisenka