markshust / docker-magento

Mark Shust's Docker Configuration for Magento
https://m.academy/courses/set-up-magento-2-development-environment-docker/
MIT License
2.52k stars 997 forks source link

Unable install PWA-STUDIO #676

Open aleganesh1993 opened 2 years ago

aleganesh1993 commented 2 years ago

Hi @markshust ,

I am unable to install PWA - STUDIO. I'm getting 00h00m00s 0/0: : ERROR: [Errno 2] No such file or directory: 'install' error.

Step to reproduce :

After Magento installation

  1. Run "bin/setup-pwa-studio magento.pwa"

Getting below error.

image

I hope the issue will resolve ASAP.

refaelgold commented 2 years ago

Same issue - should I create "install" folder inside src folder? @aleganesh1993 did you solve this issue?

markshust commented 2 years ago

I hope the issue will resolve ASAP.

Please remember this is an open-source project, offered for free. If you want it resolved ASAP, please resolve it yourself and make a PR so that I can take it in.

makas007 commented 1 year ago

@refaelgold @aleganesh1993 I have same problem. If you solved it, please reply.

refaelgold commented 1 year ago

For Windows user: Use pls WSL I solved all those issues by using nvm.

please use this command : nvm use v16.15.1 before running the installation .

Off Topic : I'm still the the issue with timeout refused disconnect and until it will be solved

791