I just want to share my experience in Windows, pro...
# suitecommerce
s
I just want to share my experience in Windows, probably someone can give advice. If I am using using windows and switch to a different node using node or nvm, the gulp commands/node modules breaks sometimes. In Mac or Linux, it seems pretty stable. I wanted to use Windows as it is the OS that came with the company issued laptop I use. I know that I can use virtualbox to install linux but it is consuming so much memory. I also tried WSL lubuntu but it is also failing to run gulp commands. Does anyone can share their experienced these and how do you fix from your end?
e
I installed nvm for windows from here some years ago, version 1.1.7 and I have not have any issues since then. https://github.com/coreybutler/nvm-windows/releases
s
Thank you!