When I run `gulp theme:local` I got this error. Do...
# suitecommerce
g
When I run
gulp theme:local
I got this error. Does anyone have any idea?
s
That error means that the port the tools is trying to use is already in use, which would indicate that a server is already running: either because of an old one whose process you haven’t killed, or you’re trying to use multiple tools at once
g
Thanks, @Steve Goldberg
It makes sense. but how to remove all running terminals? I'm not sure which terminal is running
s
I don’t know, I would just google “how to kill all node processes” or something like that. Or even the error message
g
👍
Thanks. it worked. I killed all node process using
taskkill /im node.exe /f
netsuite halo 2