Unable to start development mode
vanshviggg opened this issue · 8 comments
Have you tried using ./manage start-dev
for development mode?
Lines 138 to 139 in edee621
I would have to take a look again as it's been some time, however it should work with start-dev
if you:
- run
npm install
for all the three apps (api
,issuer-admin
andissuer-web
) on your host machine, to populatenode_modules
- run
./manage start-dev
What does your Docker setup look like? Are you using WSL2?
I'm using GitBash. I have run the npm install in the three directories. Still getting this error
I'm using GitBash. I have run the npm install in the three directories. Still getting this error
Can you provide details on your Docker setup please? Are you using WSL2 engine or Hyper-V?
I'm using GitBash. I have run the npm install in the three directories. Still getting this error
Can you provide details on your Docker setup please? Are you using WSL2 engine or Hyper-V?
I'm using WSL2 engine.
Is this still relevant? If so, what is blocking it? Is there anything you can do to help move it forward?
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs.
Unable to reproduce on Win11 using WSL2 as Docker back-end following the appropriate steps:
- Start an instance of von-network
- Run
npm install
for all components:api
,issuer-admin
,issuer-web
- Run
./manage build
from thedocker
folder - Run
./manage start-dev
from the docker folder - it will take some time on first start for the web frontends to be ready
Please feel free to reopen if the problem persists and more information can be provided for troubleshooting.