webstorm has a nice built in terminal (at least on mac) that you can use to do node stuff. I had it set up to run unit tests for example right in the IDE
j
JohnnyC
04/09/2020, 8:01 PM
Can this work in Webstorm on Windows with say an Ubuntu WSL?
c
creece
04/09/2020, 8:03 PM
im not sure how its hooked up i think its just their own internal one that hooks into your main system one. There may be some setup you can do somewhere but that'll be a google adventure
d
darrenhillconsulting
04/09/2020, 8:04 PM
Ya, I think I'll move onto using the cli and abandon the plugin
s
stalbert
04/09/2020, 8:27 PM
I have been using the CLI exclusively, mostly through Webstorm terminal window (ubuntu WSL)
stalbert
04/09/2020, 8:28 PM
I appreciate the convenience of the GUI plugin, but while the plugin as broken multiple times, the CLI has been reliable all along.