-
Notifications
You must be signed in to change notification settings - Fork 465
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Cannot find module '@modules/server.common/enums/OrderWarehouseStatus'. #519
Comments
Hi @SaddamDeveloper it looks like you have issues with "symlinks". If above did not help, we will need screenshots of how you cloned and run project. |
@SaddamDeveloper did you figure out the issue? If not, please feel free to contact us via some chat so we can help you with setup, see https://github.com/ever-co/ever#contact-us |
Definitely. I will get back to you.
…On Fri, May 31, 2019 at 6:17 PM Ruslan Konviser ***@***.***> wrote:
@SaddamDeveloper <https://github.com/SaddamDeveloper> did you figure out
the issue? If not, please feel free to contact us via some chat so we can
help you with setup, see https://github.com/ever-co/ever#contact-us
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#519>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AIZPISBPDITJ6HJFEYH4IOTPYEM6RANCNFSM4HPEBBBQ>
.
|
Still same problem sir.
|
@SaddamDeveloper what output you get when running this command: Also, could you please copy/past here all output from |
node -v |
Sir any update??? |
@SaddamDeveloper so far we can't reproduce that issue... Tried on multiple PCs with Windows 10, everywhere all going fine for us... It looks like you are having some issues with symlinks, but we just can't reproduce it... What Windows version do you use? After you clone repo, what do you see if you try to browse folder like |
@SaddamDeveloper I am sorry, but I have no exact answers for you... i.e. from errors in your screenshot, it's clear that your TypeScript transpiler can't locate files in the |
Finally successfully done sir. |
May I know what you did? |
@healer2030 , I am not sure what @SaddamDeveloper did exactly, but if you get similar issues you can try to just copy manually folder For other projects in our platform, you will need to do the same manual copy. Let me know if that helps! |
@evereq I tried copying the folders manually but I wasn't able get into the folder so I deleted the symlinks and then using the MKLink tool in the Windows Command Prompt in Administrator mode, I recreated the symlinks with the following commands
|
@healer2030 oh thanks for the great workaround! I think we can even create some *.cmd / *.bat file which will execute such commands for all projects in our platform on Windows and can be used temporarily before we moved out from symlinks completely! Very cool, thanks! |
@AlishMekliov931 can you please write such recreate_symlinks.ps1 (Powershell) file and put it into the root folder of the repo? Inside that file, just remove existed symlinks for every project like this |
So, this is a full list of commands useful to "recreate" symlinks (from Console running as Administrator on Windows):
However, in all PATHs above used in |
please help me to solve that issue??
The text was updated successfully, but these errors were encountered: