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

fix: yeoman generator #98

Merged
merged 2 commits into from
Aug 10, 2022
Merged

fix: yeoman generator #98

merged 2 commits into from
Aug 10, 2022

Conversation

mdonnalley
Copy link
Collaborator

What does this PR do?

Fixes issue with generate commands not being able to run:

~/code » sf dev generate plugin                                                            mdonnalley@mdonnal-ltmghj6
Error: Callback support have been removed.
    at Environment.run (/Users/mdonnalley/.local/share/sf/node_modules/yeoman-environment/lib/environment.js:979:13)
    at /Users/mdonnalley/.local/share/sf/node_modules/@salesforce/plugin-dev/lib/util.js:16:13
    at new Promise (<anonymous>)
    at generate (/Users/mdonnalley/.local/share/sf/node_modules/@salesforce/plugin-dev/lib/util.js:15:12)
    at GeneratePlugin.run (/Users/mdonnalley/.local/share/sf/node_modules/@salesforce/plugin-dev/lib/commands/dev/generate/plugin.js:16:35)
    at GeneratePlugin._run (/Users/mdonnalley/.local/share/sf/node_modules/@oclif/core/lib/command.js:81:33)

What issues does this PR fix or reference?

[skip-validate-pr]

@mdonnalley mdonnalley merged commit acb2122 into main Aug 10, 2022
@mdonnalley mdonnalley deleted the mdonnalley/fix-generator branch August 10, 2022 20:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant