Skip to content
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

No Documentation on how PDK relates to Gems and the commands needed #1243

Open
jgiorio opened this issue May 4, 2023 · 1 comment
Open
Labels
bug community needs-triage Newly created issue that has not been reviewed by a PDK contributor

Comments

@jgiorio
Copy link

jgiorio commented May 4, 2023

When running pdk convert or pdk validate and fatal errors occur during loading missing Gems, there is no documentation available on the proper way to fix the issue. Running 'gem install ' works but does not solve the problem because the gem needs to be installed via the PDK and bundler.

To Reproduce
Any time I try to update update missing gems...whether it be through pdk convert or pdk validate while running on Win 11.

Expected behavior
Proper commands to tell me how to resolve... Don't give me the gem install command... give me the right command inside the pdk and bundler to do so.

Additional context

  • PDK was installed via Native WIndows plackage
  • Now I am at the latest 2.7.1
  • I am on Win 11
@jgiorio jgiorio added bug needs-triage Newly created issue that has not been reviewed by a PDK contributor labels May 4, 2023
@david22swan
Copy link
Member

david22swan commented Sep 11, 2023

@jgiorio Could you be more explicit in what errors you are facing? In most cases with gemfile errors I find that deleting the local bundle and gemfile.lock will resolve most of them.

The PDK works by installing your gems itself, if you have any installed directly through the bundle command then they will conflict and throw errors.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug community needs-triage Newly created issue that has not been reviewed by a PDK contributor
Projects
None yet
Development

No branches or pull requests

3 participants