You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 15, 2023. It is now read-only.
@creeonix@rhyslbw@taylorkearns@sokki@jperl
I have completed all step to run a private package carefully. but when i run mgp command, it throws error that "Unable to load "(myproject till file)/git-packages.json". here i noticed that the path has a "/" instead of "" to reslove the git-packages.json file.
i.e it should be as
C:\dumm\dummyproject\git-packages.json
but it look like as
C:\dumm\dummyproject/git-packages.json
you can also point the js file where the path rosolve logic exists so i change it manually to test.
any help will be greatly appreciated
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
@creeonix @rhyslbw @taylorkearns @sokki @jperl
I have completed all step to run a private package carefully. but when i run mgp command, it throws error that "Unable to load "(myproject till file)/git-packages.json". here i noticed that the path has a "/" instead of "" to reslove the git-packages.json file.
i.e it should be as
C:\dumm\dummyproject\git-packages.json
but it look like as
C:\dumm\dummyproject/git-packages.json
you can also point the js file where the path rosolve logic exists so i change it manually to test.
any help will be greatly appreciated
The text was updated successfully, but these errors were encountered: