Is there any documentation on upgrading to dart sa...
# suitecommerce
g
Is there any documentation on upgrading to dart sass? I need to upgrade 7 sites. I’ve downloaded 23.2 tools and fetched the extensions and themes into a new project. Note: Had to use node 14 unlike 12.21 specified in the help. It still compiles normally. I would expect sass errors with gulp extension:local or gulp:theme deploy. I’ve tried adding --dart as suggested on slack. What am I missing? Can i just install dart from npm or something?
k
You won't get the errors unless the account has been updated or you check the general preference to use dart sass. The errors come when trying to activate.
s
I think the command that checks Sass during live compile broke but you can still check it at pre-deploy compile https://netsuiteprofessionals.slack.com/archives/C29HR0BFG/p1707398709005429?thread_ts=1707386986.345289&cid=C29HR0BFG
g
Yes. I get errors when try to activate. I’m trying to get the errors locally so I can fix them all. gulp theme:deploy --dart doesn’t seem to do anything different. This is where I’m stuck.
c
You need the
23.1.3
version of the tools to use the
--dart
flag.
It's usually in these 3 files that need updates: _buttons.scss, _flyout.scss, _product-detail-to-quote.scss.
k
Older versions of font-awesome and bootstrap also have errors and need updates.
👍🏻 1
g
23.1.3 solves the problem, thanks.