Error Loading images in css using resource relative path ../

The dependency in the package.json file from the webpack version I downloaded on the thread you mentioned is

"_resolved": "https://registry.npmjs.org/bootstrap/-/bootstrap-4.3.1.tgz",

I’m busy changing all the code but it seems wrong to be tackling it like that. Maybe I’ll just jump into Bootstrap 5 instead :confused:

Well, the Sage 9.x update branch also supports Bootstrap 5 now.

I couldn’t get a fresh install in a blank theme to compile with bootstrap 4 or 5. I replied with more detail on the other thread as seemed more appropriate:

So it looks like the error was to with some image post processing/ parsing that was occurring.

As a workaround I’m simply using an absolute path to the resources folder which has the disadvantage of NOT doing this processing but at least I can continue with my project for now!

Thanks to those who offered suggestions.

This topic was automatically closed after 42 days. New replies are no longer allowed.