Some of our developers are getting this error whil...
# suitecommerce
v
Some of our developers are getting this error while deploying extensions:
Cannot read property 'files' of undefined
. Is anyone aware of why such an error must be appearing? It appears when all chunks have been uploaded during the extension deployment process. We are using extension dev tools 23.1.3
r
Have you checked for Dart Sass compile issues? We recently got hemmed up with that error on a
calc(100px- 5px)
issue that needed to be
calc(100px - 5px)
.
v
It doesn’t look like that, we have already fixed all SASS code to make it compatible with Dart SASS.
r
We had already fixed ours as well, yet that change still got hemmed up. We’ve also had it recently — I’ve seen others experience it as well — where it will fail, then you run activation again and it completes.
v
Ah, alright. Thanks for the inputs, I will convey this to my team.