Can't get streetmerchant running on windows #1306
-
I'm trying to setup streetmerchant on windows, running in Ubuntu via the WSL. I am able to run
I've tried setting up a sandbox using the troubleshooting guide, but seem to get stuck down a rabbit hole of different errors related to network namespaces that I cannot resolve. Has anyone else had similar problems on windows? Should I avoid running this via WSL and just stick to the terminal? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Ended up resolving the issue by just running in windows. Note that if you tried to run in WSL and ran |
Beta Was this translation helpful? Give feedback.
Ended up resolving the issue by just running in windows. Note that if you tried to run in WSL and ran
npm i
, you need to delete thenode_modules/
folder and re-runnpm i
within the command line before it will run successfully.