#I am getting an error while attempting yarn build on medusa repository
9 messages · Page 1 of 1 (latest)
cd into the mailchimp plugin and run yarn build in there, that way you will get the actual error message, that you can then address 🙂
okay let me try this
I tried your approach. did a cd inside the plugin and executed yarn build there. It was okay at that point
after that I CDed back to the main folder and again executed yarn build
this time the inventory package was failing
I again went inside inventory package and ran a yarn build which was okay but when I went back to main folder and executed yarn build again , it failed once more
@unborn vale Did you delete all node modules then try
Is everything up to date with the develop branch?
I was trying to setup things in WSL mode of windows.
I got frustrated with the issue. Ultimate I decided to setup ubuntu in a virtual machine. Will try to setup everything in Ubuntu
I use WSL, and it works great. One thing I did note is that the file route is your Windows home dir. Not sure if that might be an issue due to file formatting. Maybe try pulling the repo to your WSL ubuntu home directory and try again.
I noticed that too. so I cloned a brand new repo in WSL Ubuntu file system. I faced the same thing then.
Will try again tomorrow on Virtual Machine Ubuntu. let's see what happens