Does anyone know how to fix this error that occurs...
# suitecommerce
m
Does anyone know how to fix this error that occurs when running
gulp theme:fetch
in ThemeDevelopmentTools-26.1.0?
e
I have not tried that version yet but it seems like a node.js version issue. Which one are you using?
m
node:v20.20.2 npm: 10.8.2
e
Try: node.js 20.10.0 that is the official version on the docs
m
it finally worked! I was using Nodist before, but later switched to Volta without removing Nodist completely. As a result, npm’s global install directory (
prefix
) was still pointing to Nodist. After updating the npm
prefix
configuration, everything worked successfully.
1