Hello, we recently installed the latest SCEM dev t...
# suitecommerce
v
Hello, we recently installed the latest SCEM dev tools (24.1), and when trying to execute the command
gulp extension:local
we are getting the following error:
TypeError: fs.rmSync is not a function
Does anyone have any idea why would one get this error?
s
Have you upgraded to node 20.10.0
v
More information about the error below:
Copy code
/gulp/tasks/sass.js:15:5 at clean-sass-tmp
(/node_modules/undertaker/lib/set-task.js:13:15)
    at bound (domain.js:430:14)
    at runBound (domain.js:443:12)
    at asyncRunner
(/node_modules/async-done/index.js:55:18)
    at processTicksAndRejections (internal/process/task_queues.js:75:11)
Yes, we did upgrade to node 20.10.0. I saw you mention that in another thread.